That needs to be a reload
This commit is contained in:
parent
54eea45d7d
commit
20e50bf43a
@ -85,8 +85,8 @@ define bind::zone (
|
|||||||
}
|
}
|
||||||
|
|
||||||
if $zone_file_mode == 'managed' {
|
if $zone_file_mode == 'managed' {
|
||||||
exec { "rndc refresh ${_domain}":
|
exec { "rndc reload ${_domain}":
|
||||||
command => "/usr/sbin/rndc refresh ${_domain}",
|
command => "/usr/sbin/rndc reload ${_domain}",
|
||||||
user => $::bind::params::bind_user,
|
user => $::bind::params::bind_user,
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
require => Service['bind'],
|
require => Service['bind'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user