We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6677e2 commit aa79a1fCopy full SHA for aa79a1f
manifests/init.pp
@@ -102,6 +102,11 @@
102
keydir => "${::bind::defaults::confdir}/keys",
103
}
104
105
+ exec { 'rndc-reconfig':
106
+ refreshonly => true,
107
+ command => '/usr/sbin/rndc reconfig';
108
+ }
109
+
110
concat { [
111
"${::bind::defaults::confdir}/acls.conf",
112
"${::bind::defaults::confdir}/keys.conf",
manifests/zone.pp
@@ -159,11 +159,6 @@
159
require => Package['bind'],
160
161
162
- exec { 'rndc-reconfig':
163
- refreshonly => true,
164
- command => '/usr/sbin/rndc reconfig';
165
- }
166
-
167
concat::fragment { "bind-zone-mapping-${name}":
168
target => "${::bind::confdir}/domain-mappings.txt",
169
content => "${name}:${_domain}\n",
0 commit comments