vmware fusion provider config

This commit is contained in:
Brian McCallister 2013-04-25 05:59:31 -06:00
parent ee298d1420
commit 9d8743a7ae
1 changed files with 5 additions and 0 deletions

5
Vagrantfile vendored
View File

@ -50,4 +50,9 @@ Vagrant::VERSION >= "1.1.0" and Vagrant.configure("2") do |config|
config.vm.box = BOX_NAME
config.vm.box_url = BOX_URI
end
config.vm.provider :vmware_fusion do |vm|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64_vmware_fusion.box"
end
end