Make zone configs notify the service
This commit is contained in:
parent
6ac1a1cefa
commit
a4d78368b3
@ -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],
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user