diff --git a/plugins/configuration/attributes.py b/plugins/configuration/attributes.py index fa30c462..ba1d4fa4 100644 --- a/plugins/configuration/attributes.py +++ b/plugins/configuration/attributes.py @@ -92,7 +92,7 @@ def retrieve_nodes(nodes, element, configmanager, inputdata): allattributes.node[attribute]['description']) else: yield msg.Attributes(node, - {attribute: val['value']}, + {attribute: val}, allattributes.node[attribute]['description']) elif element[-1] == 'current': for node in attributes.iterkeys():