Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
vagrant: Fixup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters authored and cooktheryan committed Nov 21, 2016
1 parent 0b3c8cb commit dd87087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ VAGRANTFILE_API_VERSION = '2'
deployment_type = ENV['DEPLOYMENT_TYPE'] || 'origin'
origin_os = ENV['ORIGIN_OS'] || 'centos'
rhsm_pool = ENV['RHSM_POOL'] || 'Employee SKU'
sync_type = ENV['SYNC_TYPE'] || ''

if deployment_type == 'openshift-enterprise'
REQUIRED_PLUGINS = %w(vagrant-registration vagrant-hostmanager landrush)
Expand Down

0 comments on commit dd87087

Please sign in to comment.