summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index fa675c7..c28d2d0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,6 +13,7 @@ class mpd {
owner => mpd,
group => audio,
mode => 0640,
+ notify => Service['mpd'],
source => [ "puppet:///modules/site-mpd/$hostname.conf",
"puppet:///modules/mpd/mpd.conf" ],
}