From: Alfredo Deza Date: Thu, 5 Jun 2014 12:57:24 +0000 (-0400) Subject: add the priority line to the repo files X-Git-Tag: v1.5.4~3^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f49861eedf14bb5dba8edc090548f322c38a8e19;p=ceph-deploy.git add the priority line to the repo files Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/util/templates.py b/ceph_deploy/util/templates.py index a5c3272..736bc09 100644 --- a/ceph_deploy/util/templates.py +++ b/ceph_deploy/util/templates.py @@ -6,6 +6,7 @@ name=Ceph packages for $basearch baseurl={repo_url}/$basearch enabled=1 gpgcheck=1 +priority=1 type=rpm-md gpgkey={gpg_url} @@ -14,6 +15,7 @@ name=Ceph noarch packages baseurl={repo_url}/noarch enabled=1 gpgcheck=1 +priority=1 type=rpm-md gpgkey={gpg_url} @@ -70,6 +72,7 @@ def custom_repo(**kw): ('_type', 'type=%s'), ('gpgkey', 'gpgkey=%s'), ('proxy', 'proxy=%s'), + ('priority', 'priority=%s'), ) for line in tmpl: