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
|
@ -8,9 +8,9 @@ class ifstated {
|
|||
source => [ "puppet:///private/ifstated.conf",
|
||||
"puppet:///files/firewall/ifstated.conf.${fqdn}",
|
||||
"puppet:///files/firewall/ifstated.conf", ],
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => wheel,
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => "wheel",
|
||||
notify => Service["ifstated"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue