From: Peter Palfrader Date: Wed, 2 Mar 2011 18:44:33 +0000 (+0100) Subject: What happens when we remove these two notifies X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ed3381df54de9d6211f1a522d77894dcb2437e94;p=mirror%2Fdsa-puppet.git What happens when we remove these two notifies --- diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index 53a2ae9fb..a89f78338 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -25,7 +25,7 @@ class unbound { group => unbound, mode => 644, source => [ "puppet:///modules/unbound/root.key" ], - notify => Exec["unbound restart"], + #notify => Exec["unbound restart"], ; } file { @@ -36,7 +36,7 @@ class unbound { group => unbound, mode => 644, source => [ "puppet:///modules/unbound/debian.org.key" ], - notify => Exec["unbound restart"], + #notify => Exec["unbound restart"], ; } file {