rename ns-primary to ns-ionos

This commit is contained in:
Franzi 2023-05-16 17:58:31 +02:00
parent b68a80c8c3
commit a4bb7f89ec
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 0 additions and 3 deletions

View file

@ -7,9 +7,6 @@ zone_path = join(repo.path, 'data', 'powerdns', 'files', 'bind-zones')
nameservers = set()
for rnode in sorted(repo.nodes_in_group('dns')):
if not rnode.metadata.get('powerdns/is_secondary'):
# hide the primary nameserver from auto-generated nameserver lists
continue
nameservers.add(rnode.metadata.get('powerdns/my_hostname', rnode.metadata.get('hostname')))
directories = {