summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-26 16:03:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-26 16:03:32 -0300
commitf8f7a0896b4649b95900088cc982c1ce5dedad74 (patch)
treea32249a5f34ed637474639f8a4c0a3202aac3fe8 /manifests
parenteb7c8f826ddbf7a19578ddc4c2b9205fdd519e31 (diff)
downloadpuppet-puppet-f8f7a0896b4649b95900088cc982c1ce5dedad74.tar.gz
puppet-puppet-f8f7a0896b4649b95900088cc982c1ce5dedad74.tar.bz2
Notifying puppet on /etc/default/puppet change
Diffstat (limited to 'manifests')
-rw-r--r--manifests/puppetd.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/puppetd.pp b/manifests/puppetd.pp
index 63ef34e..a822a55 100644
--- a/manifests/puppetd.pp
+++ b/manifests/puppetd.pp
@@ -20,6 +20,7 @@ class puppetd inherits puppet {
group => "root",
mode => 0644,
ensure => present,
+ notify => Service["puppet"],
}
service { "puppet":