Merge pull request #4431 from purpleidea/bug/remove-upgrade

guests/redhat: remove erroneous yum upgrade.
This commit is contained in:
Mitchell Hashimoto 2014-09-02 09:49:44 -07:00
commit 1421163a18
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ module VagrantPlugins
if ! comm.test("rpm -qa | grep epel-release") if ! comm.test("rpm -qa | grep epel-release")
comm.sudo("rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm") comm.sudo("rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm")
end end
comm.sudo("yum -y upgrade")
comm.sudo("yum -y install docker-io") comm.sudo("yum -y install docker-io")
end end
end end