Merge pull request #57 from elyast/master
fixing custom ip resolver Closes #54.
This commit is contained in:
commit
dd924d00a4
|
@ -107,8 +107,8 @@ module VagrantPlugins
|
|||
next if ip
|
||||
end
|
||||
end
|
||||
end
|
||||
ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
|
||||
ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
|
||||
end
|
||||
end
|
||||
|
||||
def get_machines
|
||||
|
|
Loading…
Reference in New Issue