CERIT-SC / puppet-yum

Puppet module for Yum
MIT License
6 stars 116 forks source link

Add ability to use 'yum localinstall packagename'. #13

Closed johnzimm closed 8 years ago

johnzimm commented 8 years ago

Tried to stay as close to style of the yum::group class as possible. Not super complicated. Works in my use cases for install and removal.

I used the epel-release package for tests and examples because I wanted something pretty standard and relatively benign. Any suggestions for a better test case?

vholer commented 8 years ago

Merged, but I have changed your code a little. Instead of deprecated "yum localinstall" it uses just "yum install", behaviour is same, resource and the rest have been renamed. Thank you for contribution.