You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Do you agree?
The text was updated successfully, but these errors were encountered: