summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d80cea3..f051110 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -104,6 +104,11 @@ class dns (
ensure => file,
}
+ concat::fragment { 'named.conf rndc keyfile':
+ target => $config_file,
+ content => "include \"${rndc_key_file}\";\n",
+ }
+
$warn = @(EOF)
#
# File managed by Puppet. Local changes WILL be overwritter',