summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/Packages')
-rw-r--r--src/lib/Server/Plugins/Packages/Source.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Server/Plugins/Packages/Source.py b/src/lib/Server/Plugins/Packages/Source.py
index 0882c8f95..d94bcca14 100644
--- a/src/lib/Server/Plugins/Packages/Source.py
+++ b/src/lib/Server/Plugins/Packages/Source.py
@@ -74,6 +74,7 @@ class Source(Bcfg2.Server.Plugin.Debuggable):
self.url += "/"
self.version = xsource.get('version', '')
self.priority = xsource.get('priority', 500)
+ self.name = xsource.get('name', '')
# build the set of conditions to see if this source applies to
# a given set of metadata