From 8bb3541fc37be50b830c082f467ce61a36331fd7 Mon Sep 17 00:00:00 2001 From: Ilias Bertsimas Date: Tue, 22 Mar 2016 11:29:31 +0000 Subject: [PATCH] Fix WinRM default SSL port typo. --- website/source/docs/templates/communicator.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/communicator.html.md b/website/source/docs/templates/communicator.html.md index f15ff6760..5b52271cc 100644 --- a/website/source/docs/templates/communicator.html.md +++ b/website/source/docs/templates/communicator.html.md @@ -105,7 +105,7 @@ The WinRM communicator has the following options. * `winrm_host` (string) - The address for WinRM to connect 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.