From 70b7b62c0f8cf8c8ba41ad2b1993b24393f7e904 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sat, 22 Feb 2014 18:20:07 -0500 Subject: [PATCH] Give messaging layer full info about attributes in attributes plugin. Messaging layer was unable to contemplate adding info about inheritance and expressions. --- plugins/configuration/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():