core: fully revert stuff from ssh_info memoization
5036d16461
only partially reverted89a4a29d65
. Related to #4670.
This commit is contained in:
parent
1e324093a5
commit
097886b2ce
|
@ -72,12 +72,6 @@ module Vagrant
|
||||||
# @return [Vagrantfile]
|
# @return [Vagrantfile]
|
||||||
attr_reader :vagrantfile
|
attr_reader :vagrantfile
|
||||||
|
|
||||||
# The SSH information for accessing this machine.
|
|
||||||
# This attribute is set only when the machine is ready for SSH communication.
|
|
||||||
#
|
|
||||||
# @return [Hash]
|
|
||||||
attr_reader :ssh_info
|
|
||||||
|
|
||||||
# Initialize a new machine.
|
# Initialize a new machine.
|
||||||
#
|
#
|
||||||
# @param [String] name Name of the virtual machine.
|
# @param [String] name Name of the virtual machine.
|
||||||
|
@ -470,6 +464,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Return the final compiled SSH info data
|
||||||
info
|
info
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue