rename ns-primary to ns-ionos
This commit is contained in:
parent
b68a80c8c3
commit
a4bb7f89ec
2 changed files with 0 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue