From 84fe55570f488406f91e9db64c732f63c7f3237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 8 Jun 2023 23:07:56 +0200 Subject: Actually load rndc key file. --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/init.pp') 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', -- cgit v1.2.3