arnoudj / puppet-sudo

Puppet module to manage sudoers.
8 stars 23 forks source link

Make package::ensure configurable via a class parameter and set it to "installed" by default. #34

Closed sst-yde closed 8 years ago

sst-yde commented 8 years ago

Always installing the latest version of the sudo package might cause unexpected side effects. Using "installed" for package::ensure makes more sense in my point of view. Also, a class parameter to set package::ensure brings in more flexibility.

sst-yde commented 8 years ago

@arnoudj is there any chance you could merge this request in the near future?

arnoudj commented 8 years ago

Can you squash the commits into one?

sst-yde commented 8 years ago

@arnoudj I have now squashed the commits.

arnoudj commented 8 years ago

Will be added to 2.0 release.