Fix WinRM default SSL port typo.

This commit is contained in:
Ilias Bertsimas 2016-03-22 11:29:31 +00:00
parent 8040317f77
commit 8bb3541fc3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ The WinRM communicator has the following options.
* `winrm_host` (string) - The address for WinRM to connect to. * `winrm_host` (string) - The address for WinRM to connect to.
* `winrm_port` (integer) - The WinRM port to connect to. This defaults to * `winrm_port` (integer) - The WinRM port to connect to. This defaults to
5985 for plain unencrypted connection and 5896 for SSL when `winrm_use_ssl` is set to true. 5985 for plain unencrypted connection and 5986 for SSL when `winrm_use_ssl` is set to true.
* `winrm_username` (string) - The username to use to connect to WinRM. * `winrm_username` (string) - The username to use to connect to WinRM.