summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-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':