Adding WinRM execution_time_limit to log.

This commit is contained in:
Jeremy Roberts 2015-08-31 11:27:08 -04:00
parent 44154c92a9
commit c844a9c4fd
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ module VagrantPlugins
# Got it! Let the user know what we're connecting to.
@machine.ui.detail("WinRM address: #{shell.host}:#{shell.port}")
@machine.ui.detail("WinRM username: #{shell.username}")
@machine.ui.detail("WinRM execution_time_limit: #{shell.execution_time_limit}")
@machine.ui.detail("WinRM transport: #{shell.config.transport}")
last_message = nil