fix syntax error
This commit is contained in:
parent
7f3f14f084
commit
e3eef47070
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class sudo::base {
|
|||
"puppet:///modules/sudo/sudoers/sudoers" ],
|
||||
owner => root, group => 0, mode => 0440;
|
||||
}
|
||||
file { ${sudo::sudoersdir}:
|
||||
file { $sudo::sudoersdir:
|
||||
ensure => directory,
|
||||
owner => root, group => 0, mode => 0550;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue