summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 23:20:49 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-08 23:20:49 +0200
commitdb06198cf30103a429da0a1a2e475fec51dc567d (patch)
treeff80a86f1097cd3cf7f02f00613e043b3cd8e05d
parentConfig require keyfile. (diff)
downloaddns-db06198cf30103a429da0a1a2e475fec51dc567d.tar.gz
dns-db06198cf30103a429da0a1a2e475fec51dc567d.tar.xz
.
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0910db5..8c9b2c5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -107,6 +107,7 @@ class dns (
concat::fragment { 'named.conf rndc keyfile':
target => $config_file,
content => "include \"${rndc_key_file}\";\n",
+ order => '01';
}
$warn = @(EOF)
@@ -126,7 +127,7 @@ class dns (
concat::fragment { 'named.conf main configuration':
target => $config_file,
content => epp("${module_name}/named.conf.epp"),
- order => '01',
+ order => '02',
}
concat::fragment { 'named.conf rndc configuration':