vagrant/plugins/guests/windows
Brian Cain 54c8ebc31a
Fixes #10229: Add timeout for changing hostname on windows
Prior to this commit, if Windows was slow to reboot, Vagrant would fail
to find the right IP address to upload the wait_for_reboot script to.
This commit fixes this race condition by adding a timeout to ensure that
Vagrant can retry. It also properly catches an exception in the winrm
ready? method for checking if a guest is properly ready for
communications.
2018-11-02 09:23:00 -07:00
..
cap Fixes #10229: Add timeout for changing hostname on windows 2018-11-02 09:23:00 -07:00
scripts Make sure that the correct cmd is run 2018-07-02 13:15:10 +10:00
config.rb Removed unused halt timeout and check interval settings. 2014-05-01 08:00:41 -07:00
errors.rb Add public key capability to Windows guests for winssh communicator 2017-07-07 11:26:32 -07:00
guest.rb guests/windows: initial vagrant-windows extraction 2014-04-21 13:51:06 -07:00
guest_network.rb test() defaults to powershell for winssh, no need to pass it 2017-09-29 19:30:07 -07:00
plugin.rb Add winrm and upload commands 2018-10-04 13:26:41 -07:00