guests/windows: use the public_address cap

This commit is contained in:
Mitchell Hashimoto 2014-04-12 16:02:34 -07:00
parent 993256643d
commit 7705ad76c6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module VagrantPlugins
end
return {
host: ssh_info[:host],
host: machine.provider.capability(:public_address),
username: username,
}
end