From 0cede66bfba1606ac8701a778bab6328e4fad745 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Thu, 20 Feb 2014 14:04:53 -0600 Subject: [PATCH] Fix rndc --- Modulefile | 2 +- manifests/init.pp | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 044efa8..f4d0750 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'inkblot/bind' -version '2.0.2' +version '2.0.3' source 'git://github.com/inkblot/puppet-bind' author 'inkblot' license 'Apache 2.0' diff --git a/manifests/init.pp b/manifests/init.pp index 60c1f51..6577c59 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -86,6 +86,12 @@ class bind ( content => "# This file is managed by puppet - changes will be lost\n", } + concat::fragment { "named-keys-rndc": + order => '99', + target => "${confdir}/keys.conf", + content => "#include \"${confdir}/rndc.key\"\n", + } + concat::fragment { "named-views-header": order => '00', target => "${confdir}/views.conf",