saz/puppet-sudo

Feature Request: Allow default settings from hiera

andylytical opened this issue · 2 comments

Some settings in the provided templates for /etc/sudoers are insufficient to meet our security guidelines.

Would be nice to allow passing default values via class parameters.

Our current workaround is to replace $sudo::content with just the #includedir part and then put all our default settings in hiera in sudo::configs with a priority of 0.

Similar to #220

saz commented

As there's more discussion on #220 I'll close this issue, but it's referenced on the other issue.

If someone sends in a PR, that would be great!