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