Multi-OS Version
This commit is contained in:
parent
15630ec66a
commit
b353f4410b
19 changed files with 3077 additions and 49 deletions
|
@ -14,7 +14,7 @@ class rhizo_base::sudo {
|
|||
|
||||
file { '/etc/sudoers':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/rhizo_base/etc/sudoers',
|
||||
source => "puppet:///modules/rhizo_base/etc/sudoers.$operatingsystem",
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0440',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue