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
|
@ -19,7 +19,7 @@ class daap::server {
|
|||
file { "/etc/mt-daapd.conf":
|
||||
ensure => present,
|
||||
source => "puppet:///files/daap/mt-daapd.conf",
|
||||
mode => 0640,
|
||||
mode => "0640",
|
||||
owner => root,
|
||||
group => mt-daapd,
|
||||
require => Package["mt-daapd"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue