Skip to content

Commit

Permalink
Added VirtualBox provider config to override Fusion
Browse files Browse the repository at this point in the history
Some cases where Fusion provider is present can cause Vagrant to use
the wrong provider, or some may want to force VIrtualBox over Fusion.
  • Loading branch information
discoposse committed Mar 26, 2015
1 parent 9b18752 commit a726f62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# enable compute2
# configure compute and compute2 for dvr

# Uncomment the next line to force use of VirtualBox provider when Fusion provider is present
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'

nodes = {
# 'openldap' => [1, 199],
'controller' => [1, 200],
Expand Down

0 comments on commit a726f62

Please sign in to comment.