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:
4586822
)
Notify bind9 on puppet-shared-keys update
author
Peter Palfrader
<peter@palfrader.org>
Mon, 30 Dec 2013 21:58:43 +0000
(21:58 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 30 Dec 2013 21:58:43 +0000
(21:58 +0000)
modules/named/manifests/authoritative.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/authoritative.pp
b/modules/named/manifests/authoritative.pp
index
95b0ac7
..
5a38141
100644
(file)
--- a/
modules/named/manifests/authoritative.pp
+++ b/
modules/named/manifests/authoritative.pp
@@
-17,5
+17,6
@@
class named::authoritative inherits named {
content => template('named/named.conf.puppet-shared-keys.erb'),
owner => root,
group => bind,
+ notify => Service['bind9'],
}
}