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 = {}
|
zones = {}
|
||||||
|
|
||||||
for other_node in repo.nodes:
|
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(
|
matching_zones = sorted(
|
||||||
filter(
|
filter(
|
||||||
lambda potential_zone: fqdn.endswith(potential_zone),
|
lambda potential_zone: fqdn.endswith(potential_zone),
|
||||||
|
|
Loading…
Reference in a new issue