This commit is contained in:
Nate Riffe 2012-09-04 22:57:23 -05:00
parent 7fb2312a22
commit 47c223eadd

View File

@ -34,7 +34,7 @@ define bind::zone (
group => $bind::params::bind_group,
mode => '0644',
content => template('bind/zone.conf.erb'),
notify => Service[$bind::params::bind_server],
notify => Service[$bind::params::bind_service],
}
}