wip
This commit is contained in:
parent
bd7a9c644e
commit
5479f44b56
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def collect_records(metadata):
|
|||
zones = {}
|
||||
|
||||
for other_node in repo.nodes:
|
||||
for fqdn, records in other_node.metadata.get('dns').items():
|
||||
for fqdn, records in other_node.metadata.get('dns', {}).items():
|
||||
matching_zones = sorted(
|
||||
filter(
|
||||
lambda potential_zone: fqdn.endswith(potential_zone),
|
||||
|
|
Loading…
Reference in a new issue