Make manual configuration possible
This commit is contained in:
parent
474b6f6967
commit
42a5e99f87
@ -59,6 +59,15 @@ class bind (
|
|||||||
require => Package[$bind::params::bind_package],
|
require => Package[$bind::params::bind_package],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { "${confdir}/named.conf.local":
|
||||||
|
ensure => present,
|
||||||
|
owner => 'root',
|
||||||
|
group => $bind::params::bind_group,
|
||||||
|
mode => '0644',
|
||||||
|
replace => false,
|
||||||
|
require => Package[$bind::params::bind_package],
|
||||||
|
}
|
||||||
|
|
||||||
concat { [
|
concat { [
|
||||||
"${confdir}/acls.conf",
|
"${confdir}/acls.conf",
|
||||||
"${confdir}/keys.conf",
|
"${confdir}/keys.conf",
|
||||||
|
|||||||
@ -21,3 +21,5 @@ options {
|
|||||||
version "<%= version %>";
|
version "<%= version %>";
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
};
|
};
|
||||||
|
|
||||||
|
include "<%= confdir %>/named.conf.local";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user