Make zone configs notify the service

This commit is contained in:
Nate Riffe 2012-09-04 22:43:23 -05:00
parent 6ac1a1cefa
commit a4d78368b3

View File

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