summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-13 16:17:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-13 16:17:19 -0300
commitfd920f09ec415881495a8377515fde5368767ad4 (patch)
treefcfee759f47f138e1df128a5cf5a54c11489f5d4
parent952e0f019077ca81fad20ccef0ad39375ae74112 (diff)
downloadpuppet-mpd-fd920f09ec415881495a8377515fde5368767ad4.tar.gz
puppet-mpd-fd920f09ec415881495a8377515fde5368767ad4.tar.bz2
Notify service mpd
-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" ],
}