Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
orlikoski committed Feb 10, 2019
1 parent 82d575e commit cf4fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrant/skadi_server/vmware/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
# Change the following to align with resources available
["vmware_desktop"].each do |provider|
config.vm.provider provider do |v, override|
v.name = "skadi_server"
v.vmx["displayname"] = "skadi_server"
# Minimum / Recommended
# - CPU: 4 / 8
# - MEM: 8192 / 16384
Expand Down

0 comments on commit cf4fc21

Please sign in to comment.