From: Alfredo Deza Date: Thu, 5 Jun 2014 12:56:55 +0000 (-0400) Subject: if adjusting repos, install yum priorities X-Git-Tag: v1.5.4~3^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=523c4c86e7a14660d0ee4774817f1d41eab4a3a2;p=ceph-deploy.git if adjusting repos, install yum priorities Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/centos/install.py b/ceph_deploy/hosts/centos/install.py index a9d36a2..55f7dad 100644 --- a/ceph_deploy/hosts/centos/install.py +++ b/ceph_deploy/hosts/centos/install.py @@ -36,6 +36,7 @@ def install(distro, version_kind, version, adjust_repos): # Get EPEL installed before we continue: if adjust_repos: install_epel(distro) + install_yum_priorities(distro) if version_kind in ['stable', 'testing']: key = 'release' else: