bundles/powerdns: decrease RETRY time

This commit is contained in:
Franzi 2020-10-25 10:57:26 +01:00
parent 29f488c082
commit a33d8e4201
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -18,10 +18,10 @@ $TTL 60
@ IN SOA ns-1.kunbox.net. hostmaster.kunbox.net. (
{serial}
3600
3600
600
86400
300
)
)
"""
for rnode in sorted(repo.nodes_in_group('dns')):
ZONE_HEADER += '@ IN NS {}.\n'.format(rnode.metadata.get('powerdns', {}).get('my_hostname', rnode.hostname))