Fix syntax
This commit is contained in:
parent
08dbd5d4ed
commit
09d2fe4a78
@ -15,9 +15,9 @@ class bind (
|
|||||||
}
|
}
|
||||||
|
|
||||||
concat { [
|
concat { [
|
||||||
"${bind::params::confdir}/acls.conf"
|
"${bind::params::confdir}/acls.conf",
|
||||||
"${bind::params::confdir}/views.conf"
|
"${bind::params::confdir}/views.conf",
|
||||||
"${bind::params::confdir}/zones.conf"
|
"${bind::params::confdir}/zones.conf",
|
||||||
]:
|
]:
|
||||||
owner => $bind::params::bind_user,
|
owner => $bind::params::bind_user,
|
||||||
group => $bind::params::bind_group,
|
group => $bind::params::bind_group,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user