Fix rndc
This commit is contained in:
parent
4487b80401
commit
0cede66bfb
@ -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'
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user