saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
107 stars 215 forks source link

package parameter in init.pp changed to package_default #180

Closed tosmi closed 7 years ago

tosmi commented 7 years ago

this breaks overwriting the package name for the sudo package. we use a custom sudo package on solaris and set sudo::package via hiera to the package name we are using.

pull request #146 changed the parameter package to package_default but did not change class { 'sudo::package': ...} in init.pp

this breaks overwriting the package name. i'll try to come up with a pull request asap.