Fixed "unquoted file mode" errors given by puppet-lint.
This commit is contained in:
parent
17341ec85c
commit
84edcd61ed
64 changed files with 512 additions and 512 deletions
|
@ -4,7 +4,7 @@ class user::system {
|
|||
|
||||
file { "/var/empty":
|
||||
ensure => directory,
|
||||
mode => 0755,
|
||||
mode => "0755",
|
||||
owner => "root",
|
||||
group => $operatingsystem ? {
|
||||
"openbsd" => "wheel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue