From 40acd2c8d26f11dc1eb05e1e4cdda42cecdf4367 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 14 Jul 2025 05:22:14 +0200 Subject: [PATCH] bundles/powerdns: sleep a bit until notifying secondaries --- bundles/powerdns/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/powerdns/items.py b/bundles/powerdns/items.py index c972f90..5406ad6 100644 --- a/bundles/powerdns/items.py +++ b/bundles/powerdns/items.py @@ -68,7 +68,7 @@ svc_systemd = { actions = { 'powerdns_reload_zones': { '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': { 'svc_systemd:pdns', },