summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages/Source.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/Packages/Source.py')
-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 627ff561d..0882c8f95 100644
--- a/src/lib/Server/Plugins/Packages/Source.py
+++ b/src/lib/Server/Plugins/Packages/Source.py
@@ -73,6 +73,7 @@ class Source(Bcfg2.Server.Plugin.Debuggable):
if self.url and not self.url.endswith("/"):
self.url += "/"
self.version = xsource.get('version', '')
+ self.priority = xsource.get('priority', 500)
# build the set of conditions to see if this source applies to
# a given set of metadata