bundles/powerdns: decrease RETRY time
This commit is contained in:
parent
29f488c082
commit
a33d8e4201
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ $TTL 60
|
||||||
@ IN SOA ns-1.kunbox.net. hostmaster.kunbox.net. (
|
@ IN SOA ns-1.kunbox.net. hostmaster.kunbox.net. (
|
||||||
{serial}
|
{serial}
|
||||||
3600
|
3600
|
||||||
3600
|
600
|
||||||
86400
|
86400
|
||||||
300
|
300
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
for rnode in sorted(repo.nodes_in_group('dns')):
|
for rnode in sorted(repo.nodes_in_group('dns')):
|
||||||
ZONE_HEADER += '@ IN NS {}.\n'.format(rnode.metadata.get('powerdns', {}).get('my_hostname', rnode.hostname))
|
ZONE_HEADER += '@ IN NS {}.\n'.format(rnode.metadata.get('powerdns', {}).get('my_hostname', rnode.hostname))
|
||||||
|
|
Loading…
Reference in a new issue