bundles/powerdns: also send out notify to all secondaries
This commit is contained in:
parent
74d44535a8
commit
2e6e6b663e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ svc_systemd = {
|
||||||
actions = {
|
actions = {
|
||||||
'powerdns_reload_zones': {
|
'powerdns_reload_zones': {
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
'command': 'pdns_control rediscover; pdns_control reload',
|
'command': 'pdns_control rediscover; pdns_control reload; pdns_control notify \*',
|
||||||
'needs': {
|
'needs': {
|
||||||
'svc_systemd:pdns',
|
'svc_systemd:pdns',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue