Commit 8e2b0a8d authored by Alex Dadgar's avatar Alex Dadgar
Browse files

Fix vagrant ssh

parent b522c472
Showing with 1 addition and 0 deletions
+1 -0
...@@ -116,6 +116,7 @@ def configureVM(vmCfg, vmParams={ ...@@ -116,6 +116,7 @@ def configureVM(vmCfg, vmParams={
["vmware_fusion", "vmware_workstation"].each do |p| ["vmware_fusion", "vmware_workstation"].each do |p|
vmCfg.vm.provider p do |v| vmCfg.vm.provider p do |v|
v.enable_vmrun_ip_lookup = false
v.gui = false v.gui = false
v.memory = memory v.memory = memory
v.cpus = cpus v.cpus = cpus
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment