Skip to content

Commit

Permalink
Add VMware fusion
Browse files Browse the repository at this point in the history
Add configuration so that VMware fusion configuration matches Virtualbox
  • Loading branch information
Alex Kiernan committed Oct 6, 2016
1 parent 9d93220 commit 98bf7d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webgoat-images/vagrant-users/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Vagrant.configure(2) do |config|
vb.name = "WebGoat-Users"
vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
end
config.vm.provider "vmware_fusion" do |vf|
vf.gui = false
vf.vmx["memsize"] = 4096
vf.vmx["numvcpus"] = 2
vf.vmx["displayname"] = "WebGoat-Users"
end

config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"

Expand Down

0 comments on commit 98bf7d7

Please sign in to comment.