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:
fe40a51
)
notify bind9
author
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Jul 2019 10:04:33 +0000
(12:04 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Jul 2019 10:04:33 +0000
(12:04 +0200)
modules/named/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/init.pp
b/modules/named/manifests/init.pp
index
80d6e8b
..
d425931
100644
(file)
--- a/
modules/named/manifests/init.pp
+++ b/
modules/named/manifests/init.pp
@@
-51,7
+51,9
@@
class named {
notify => Service['bind9'],
}
- concat { '/etc/bind/named.conf.puppet-misc': }
+ concat { '/etc/bind/named.conf.puppet-misc':
+ notify => Service['bind9'],
+ }
concat::fragment { 'dsa-named-conf-puppet-misc---header':
target => '/etc/bind/named.conf.puppet-misc',
order => '000',