guests/windows: use the public_address cap
This commit is contained in:
parent
993256643d
commit
7705ad76c6
|
@ -10,7 +10,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
return {
|
||||
host: ssh_info[:host],
|
||||
host: machine.provider.capability(:public_address),
|
||||
username: username,
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue