projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8176ffb
)
What happens when we remove these two notifies
author
Peter Palfrader
<peter@palfrader.org>
Wed, 2 Mar 2011 18:44:33 +0000
(19:44 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 2 Mar 2011 18:44:33 +0000
(19:44 +0100)
modules/unbound/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/unbound/manifests/init.pp
b/modules/unbound/manifests/init.pp
index
53a2ae9
..
a89f783
100644
(file)
--- 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 {