update file path to new 0.25 style
This commit is contained in:
parent
23d37cd17d
commit
4e5141239c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class sudo::base {
|
|||
file{'/etc/sudoers':
|
||||
source => [ "puppet://$server/files/sudo/sudoers/${fqdn}/sudoers",
|
||||
"puppet://$server/files/sudo/sudoers/sudoers",
|
||||
"puppet://$server/sudo/sudoers/${operatingsystem}/sudoers",
|
||||
"puppet://$server/sudo/sudoers/sudoers" ],
|
||||
"puppet://$server/modules/sudo/sudoers/${operatingsystem}/sudoers",
|
||||
"puppet://$server/modules/sudo/sudoers/sudoers" ],
|
||||
owner => root, group => 0, mode => 0440;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue