mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
beea47ce7e
commit
678bd7ec54
2 changed files with 2 additions and 0 deletions
1
vagrant-multi-platform/vbrc
Normal file
1
vagrant-multi-platform/vbrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
export VAGRANT_DEFAULT_PROVIDER=virtualbox
|
||||
1
vagrant-multi-platform/vmwrc
Normal file
1
vagrant-multi-platform/vmwrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
export VAGRANT_DEFAULT_PROVIDER=vmware_fusion
|
||||
Loading…
Reference in a new issue