bundles/powerdns: also send out notify to all secondaries

This commit is contained in:
Franzi 2023-01-29 09:21:59 +01:00
parent 74d44535a8
commit 2e6e6b663e
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -78,7 +78,7 @@ svc_systemd = {
actions = {
'powerdns_reload_zones': {
'triggered': True,
'command': 'pdns_control rediscover; pdns_control reload',
'command': 'pdns_control rediscover; pdns_control reload; pdns_control notify \*',
'needs': {
'svc_systemd:pdns',
},