Commit bb37458e by source_reader

do not purge sudoers file

parent 515e68eb
Showing with 4 additions and 0 deletions
......@@ -85,6 +85,10 @@ class joule::config {
}
#allow joule user to control the joule service (start|restart|status)
class { 'sudo':
purge => false,
config_file_replace => false,
}
sudo::conf {'joule':
ensure => present,
source => 'puppet:///modules/joule/sudoers'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment