Commit e34c05a5 by Feanil Patel

Merge pull request #2237 from nikolas/patch-1

Increase minimum vagrant version to 1.6.5
parents 723a2992 c524df33
Vagrant.require_version ">= 1.5.3"
Vagrant.require_version ">= 1.6.5"
unless Vagrant.has_plugin?("vagrant-vbguest")
raise "Please install the vagrant-vbguest plugin by running `vagrant plugin install vagrant-vbguest`"
end
......
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