Explorar o código

vmware fusion provider config

Brian McCallister %!s(int64=12) %!d(string=hai) anos
pai
achega
9d8743a7ae
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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