This commit is contained in:
Nate Riffe 2014-02-20 14:04:53 -06:00
parent 4487b80401
commit 0cede66bfb
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name 'inkblot/bind' name 'inkblot/bind'
version '2.0.2' version '2.0.3'
source 'git://github.com/inkblot/puppet-bind' source 'git://github.com/inkblot/puppet-bind'
author 'inkblot' author 'inkblot'
license 'Apache 2.0' license 'Apache 2.0'

View File

@ -86,6 +86,12 @@ class bind (
content => "# This file is managed by puppet - changes will be lost\n", 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": concat::fragment { "named-views-header":
order => '00', order => '00',
target => "${confdir}/views.conf", target => "${confdir}/views.conf",