Try this?
This commit is contained in:
parent
64f37c1cdf
commit
17cb883391
@ -16,7 +16,7 @@ define bind::zone (
|
|||||||
file { "${bind::confdir}/zones/${name}.conf":
|
file { "${bind::confdir}/zones/${name}.conf":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => ${bind::params::bind_group},
|
group => $bind::params::bind_group,
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
content => template('bind/zone.conf.erb'),
|
content => template('bind/zone.conf.erb'),
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user