bundles/icinga2: no need to do metadata.copy() here
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
717159b61f
commit
c5109fbfe3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ for n in monitored_nodes[:]:
|
|||
|
||||
bundle_metadata = {}
|
||||
for monitored_node in monitored_nodes:
|
||||
node_metadata = monitored_node.metadata.copy()
|
||||
node_metadata = monitored_node.metadata
|
||||
|
||||
for bundle, config in sorted(node_metadata.get('icinga2_api', {}).items()):
|
||||
if bundle not in bundle_metadata:
|
||||
|
|
Loading…
Reference in a new issue