From: Silvio Rhatto Date: Sat, 26 Jun 2010 19:03:32 +0000 (-0300) Subject: Notifying puppet on /etc/default/puppet change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f8f7a0896b4649b95900088cc982c1ce5dedad74;p=puppet-puppet.git Notifying puppet on /etc/default/puppet change --- 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":