From 678bd7ec544c636cf778adf200db227fabbc77cb Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 1 Apr 2016 11:50:31 -0600 Subject: [PATCH] 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. --- vagrant-multi-platform/vbrc | 1 + vagrant-multi-platform/vmwrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 vagrant-multi-platform/vbrc create mode 100644 vagrant-multi-platform/vmwrc diff --git a/vagrant-multi-platform/vbrc b/vagrant-multi-platform/vbrc new file mode 100644 index 0000000..9f604b2 --- /dev/null +++ b/vagrant-multi-platform/vbrc @@ -0,0 +1 @@ +export VAGRANT_DEFAULT_PROVIDER=virtualbox \ No newline at end of file diff --git a/vagrant-multi-platform/vmwrc b/vagrant-multi-platform/vmwrc new file mode 100644 index 0000000..aed14cc --- /dev/null +++ b/vagrant-multi-platform/vmwrc @@ -0,0 +1 @@ +export VAGRANT_DEFAULT_PROVIDER=vmware_fusion \ No newline at end of file