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