vagrant/plugins/communicators/winrm
Chris Roberts 24cd988d39 Only modify elevated username under specific conditions
Elevated commands can fail via winrm under certain conditions like
the machine name being changed. Detect this by checking for a known
exit code combined with known output included within stderr. If found,
attempt to re-execute the command using a machine prefixed username
if possible.
2018-12-07 12:11:17 -08:00
..
command_filters Update rm filters to test for path 2018-05-01 13:35:45 -07:00
command_filter.rb Added mkdir command filter for WinRM to be compatible with PS4+ 2014-07-30 15:43:11 -04:00
communicator.rb Add reset! method to winrm communicator 2018-11-12 15:36:21 -08:00
config.rb refactor winrm communicator to use latest winrm gems and v2 api 2016-12-11 00:52:00 -08:00
errors.rb Better error handling for WinRM (using winrm v1.3.0.dev.2) 2014-12-11 13:22:39 -05:00
helper.rb Updating winrm_info_invalid to use start_with instead of match 2017-10-05 10:28:10 -05:00
plugin.rb Only reset the _init on testing cleanup 2018-07-30 14:44:36 -07:00
shell.rb Only modify elevated username under specific conditions 2018-12-07 12:11:17 -08:00