From 5479f44b5657a19ef3b77c62ba250407ae61fa1a Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 9 Oct 2021 15:52:45 +0200 Subject: [PATCH] wip --- bundles/bind/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/bind/metadata.py b/bundles/bind/metadata.py index 9e0bc17..99840b8 100644 --- a/bundles/bind/metadata.py +++ b/bundles/bind/metadata.py @@ -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),