-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels