From ed3381df54de9d6211f1a522d77894dcb2437e94 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 2 Mar 2011 19:44:33 +0100 Subject: [PATCH] What happens when we remove these two notifies --- modules/unbound/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.20.1