mohatt / dashbrew

Vagrant build for developing PHP projects on different PHP versions and configurations
492 stars 38 forks source link

Sets virtualbox as default provider #13

Closed jtreminio closed 9 years ago

jtreminio commented 9 years ago

If user has Vagrant's VMWare plugin installed, it always defaults to that.

Setting the env var within Vagrantfile forces Vagrant to default to virtualbox.

jtreminio commented 9 years ago

Here's an example error:

$ vagrant up
Bringing machine 'default' up with 'vmware_workstation' provider...
The "vmware-vmx" application could not be found. The VMware
provider is responsible for finding this application. Please
report a bug with debug output attached (by setting VAGRANT_LOG to
"debug").
mohatt commented 9 years ago

Thanks @jtreminio :+1: