feat: add support for new vmware_desktop provider

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-12 21:26:39 -04:00
committed by GitHub
parent 1203146ab9
commit 50357eb682

4
Vagrantfile vendored
View File

@@ -33,6 +33,10 @@ Vagrant::configure("2") do |config|
v.vmx["memsize"] = BOX_MEMORY
end
config.vm.provider :vmware_desktop do |v, override|
v.vmx["memsize"] = BOX_MEMORY
end
config.vm.define "empty", autostart: false
config.vm.define "dokku", primary: true do |vm|