mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix vagrant ssh
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -116,6 +116,7 @@ def configureVM(vmCfg, vmParams={
|
||||
|
||||
["vmware_fusion", "vmware_workstation"].each do |p|
|
||||
vmCfg.vm.provider p do |v|
|
||||
v.enable_vmrun_ip_lookup = false
|
||||
v.gui = false
|
||||
v.memory = memory
|
||||
v.cpus = cpus
|
||||
|
||||
Reference in New Issue
Block a user