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
|
@ -17,9 +17,9 @@ class autofs {
|
|||
source => [ "puppet:///files/autofs/auto.master.${fqdn}",
|
||||
"puppet:///files/autofs/auto.master",
|
||||
"puppet:///modules/autofs/auto.master", ],
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => "root",
|
||||
require => Package["autofs"],
|
||||
notify => Service["autofs"],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue