Add files for easy selection of provider

Add two files (one for VirtualBox, one for VMware Fusion) that a user can simply `source` in order to set provider environment variable.
This commit is contained in:
Scott Lowe 2016-04-01 11:50:31 -06:00
parent beea47ce7e
commit 678bd7ec54
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
export VAGRANT_DEFAULT_PROVIDER=virtualbox

View file

@ -0,0 +1 @@
export VAGRANT_DEFAULT_PROVIDER=vmware_fusion