Skip to content

Commit

Permalink
Merge pull request #264 from akiernan/develop
Browse files Browse the repository at this point in the history
Add VMware fusion
  • Loading branch information
nbaars committed Oct 11, 2016
2 parents 04916e9 + 98bf7d7 commit 31ce2aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webgoat-images/vagrant-users/Vagrantfile
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 31ce2aa

Please sign in to comment.