Merge pull request #4431 from purpleidea/bug/remove-upgrade
guests/redhat: remove erroneous yum upgrade.
This commit is contained in:
commit
1421163a18
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue