summaryrefslogtreecommitdiff
path: root/manifests/all.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/all.pp')
-rw-r--r--manifests/all.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/all.pp b/manifests/all.pp
index acf8188..5c26afe 100644
--- a/manifests/all.pp
+++ b/manifests/all.pp
@@ -18,7 +18,7 @@ class mpd::all {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
notify => Service['mpd'],
source => [ "puppet:///modules/mpd/pulseaudio" ],
}
@@ -34,7 +34,7 @@ class mpd::all {
ensure => present,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
notify => Service['mpd'],
source => [ "puppet:///modules/mpd/default.pa" ],
}