wip
This commit is contained in:
parent
d77d2e6b1e
commit
769de6e1bc
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ def collect_records(metadata):
|
||||||
zones = metadata.get('bind/zones')
|
zones = metadata.get('bind/zones')
|
||||||
|
|
||||||
for other_node in repo.nodes:
|
for other_node in repo.nodes:
|
||||||
print(other_node.name)
|
|
||||||
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(
|
||||||
|
|
Loading…
Reference in a new issue