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

Update params.pp #277

Closed sanchero closed 1 month ago

sanchero commented 2 years ago

Converting content_base into a class parameter for sudo::params will allow us to create custom sudoers templates in external puppet modules, improving extensibility.

hammondr commented 2 years ago

Is a maintainer able to review the proposed change and "Approve and run" the required workflows? Thanks!

saz commented 1 month ago

There's a parameter available content_template which will resolve this issue.