style
This commit is contained in:
parent
9b44575264
commit
855e89eda2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class sudo {
|
|||
if $operatingsystem == 'FreeBSD' {
|
||||
File["/etc/sudoers"] {
|
||||
path => "/usr/local/etc/sudoers",
|
||||
source => [ "puppet://$servername/secrets/sudoers.$fqdn", "puppet://$servername/secrets/sudoers.FreeBSD" ],
|
||||
source => [ "puppet:///secrets/sudoers.$fqdn", "puppet:///secrets/sudoers.FreeBSD" ],
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue