Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raz/sudo module #11

Open
rudybroersma opened this issue Feb 25, 2016 · 0 comments
Open

raz/sudo module #11

rudybroersma opened this issue Feb 25, 2016 · 0 comments

Comments

@rudybroersma
Copy link
Contributor

The rsnapshot plugin/module depends on raz/sudo module. When this plugin is used, some default parameters are not changed. One of those is to purge all non-puppet managed sudoers files in /etc/sudoers.d/

So, when someone starts using this rsnapshot module, all their /etc/sudoers.d/ files wil be removed by Puppet.

I think it is more user friendly to adjust these parameters:

class { 'sudo':
  purge               => false,
  config_file_replace => false,
}

Do you agree?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant