Try this?

This commit is contained in:
Nate Riffe 2012-09-04 12:29:45 -05:00
parent 64f37c1cdf
commit 17cb883391

View File

@ -16,7 +16,7 @@ define bind::zone (
file { "${bind::confdir}/zones/${name}.conf":
ensure => present,
owner => 'root',
group => ${bind::params::bind_group},
group => $bind::params::bind_group,
mode => '0644',
content => template('bind/zone.conf.erb'),
}