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:
065af2f
)
Include local shared keys on primary
author
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Jul 2019 09:26:59 +0000
(11:26 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 7 Jul 2019 09:26:59 +0000
(11:26 +0200)
modules/named/manifests/primary.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/primary.pp
b/modules/named/manifests/primary.pp
index
fd428ac
..
630bcce
100644
(file)
--- a/
modules/named/manifests/primary.pp
+++ b/
modules/named/manifests/primary.pp
@@
-17,4
+17,12
@@
class named::primary inherits named::authoritative {
order => '010',
content => template('named/named.conf.external-secondaries-ACLs.erb'),
}
+
+ concat::fragment { 'dsa-named-conf-puppet-misc---local-shared-keys':
+ target => '/etc/bind/named.conf.puppet-misc',
+ order => '011',
+ content => @(EOF),
+ include "/etc/bind/named.conf.shared-keys";
+ | EOF
+ }
}