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,7 +17,7 @@ class rsync::run-rsync {
|
|||
ensure => present,
|
||||
source => [ "puppet:///files/run-rsync/${homename}-RunRsyncConfig.pm",
|
||||
"/etc/run-rsync/RunRsyncConfig.pm", ],
|
||||
mode => 0644,
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => "root",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue