Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #519 from stevekuznetsov/skuznets/no-update
Browse files Browse the repository at this point in the history
Removed `yum update` step from Origin installation
  • Loading branch information
stevekuznetsov committed Nov 23, 2016
2 parents 3f66b5b + aa56658 commit 16fedf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-openshift/action.rb
Expand Up @@ -68,7 +68,6 @@ def self.install_golang(options)

def self.install_origin(options)
Vagrant::Action::Builder.new.tap do |b|
b.use YumUpdate
b.use SetHostName
b.use InstallOrigin
b.use InstallOriginRhel7
Expand Down

0 comments on commit 16fedf6

Please sign in to comment.