Fixing vagrant ssh issue 8705
Fixing vagrant issue https://github.com/mitchellh/vagrant/issues/8705
This commit is contained in:
parent
3e0ff14ecb
commit
34d8ffb9b2
|
@ -144,7 +144,7 @@ module VagrantPlugins
|
|||
if network["Ports"][port_name].respond_to?(:first)
|
||||
port_info = network["Ports"][port_name].first
|
||||
else
|
||||
ip = network["IpAddress"]
|
||||
ip = network["IPAddress"]
|
||||
port = @machine.config.ssh.guest_port
|
||||
if !ip.to_s.empty?
|
||||
port_info = {
|
||||
|
|
Loading…
Reference in New Issue