From 2912c3e7508a6e8cc4c4ec98256f8431d5e12cb8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 1 Mar 2013 04:28:47 +0100 Subject: Packages/Apt: add name property to additional_data --- src/lib/Bcfg2/Server/Plugins/Packages/Source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Server/Plugins/Packages/Source.py b/src/lib/Bcfg2/Server/Plugins/Packages/Source.py index 7edbf44b4..c04611d77 100644 --- a/src/lib/Bcfg2/Server/Plugins/Packages/Source.py +++ b/src/lib/Bcfg2/Server/Plugins/Packages/Source.py @@ -294,7 +294,7 @@ class Source(Bcfg2.Server.Plugin.Debuggable): # pylint: disable=R0902 if self.url: usettings = [dict(version=self.version, component=comp, arch=arch, priority=self.priority, - pin=self.pin) + name=self.name, pin=self.pin) for comp in self.components] else: # rawurl given usettings = [dict(version=self.version, component=None, -- cgit v1.2.3-1-g7c22