What happens when we remove these two notifies
authorPeter Palfrader <peter@palfrader.org>
Wed, 2 Mar 2011 18:44:33 +0000 (19:44 +0100)
committerPeter Palfrader <peter@palfrader.org>
Wed, 2 Mar 2011 18:44:33 +0000 (19:44 +0100)
modules/unbound/manifests/init.pp

index 53a2ae9..a89f783 100644 (file)
@@ -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 {