bundles/powerdns: sleep a bit until notifying secondaries
This commit is contained in:
parent
d598bac50c
commit
40acd2c8d2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ svc_systemd = {
|
||||||
actions = {
|
actions = {
|
||||||
'powerdns_reload_zones': {
|
'powerdns_reload_zones': {
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
'command': r'pdns_control rediscover; pdns_control reload; pdns_control notify \*',
|
'command': r'pdns_control rediscover; pdns_control reload; sleep 5; pdns_control notify \*',
|
||||||
'after': {
|
'after': {
|
||||||
'svc_systemd:pdns',
|
'svc_systemd:pdns',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue