Browse Source

vmware fusion provider config

Brian McCallister 12 years ago
parent
commit
9d8743a7ae
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Vagrantfile

+ 5 - 0
Vagrantfile

@@ -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