bundles/powerdns: we don't need the node names of primary nameservers

This commit is contained in:
Franzi 2020-10-25 10:53:55 +01:00
parent 43bd6b4774
commit 7a3e3ad68f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 21 additions and 7 deletions

View file

@ -14,7 +14,8 @@ server-id=${my_hostname}
default-ttl=60
% if is_secondary:
# Primary servers: ${', '.join(sorted(my_primary_servers['nodes']))}
allow-notify-from=${','.join(sorted(my_primary_servers))}
slave=yes
superslave=yes
allow-notify-from=${','.join(sorted(my_primary_servers['ips']))}