Commit 9e59aa5b by David Baumgold

Merge pull request #1028 from edx/vagrant-check-for-vbguest

Check for vagrant-vbguest plugin
parents 2872b441 cf4b3f67
Vagrant.require_version ">= 1.5.3"
unless Vagrant.has_plugin?("vagrant-vbguest")
raise "Please install the vagrant-vbguest plugin by running `vagrant plugin install vagrant-vbguest`"
end
VAGRANTFILE_API_VERSION = "2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment