From 25d8cb6560d51cbd60693e4947e07aeb80ba38da Mon Sep 17 00:00:00 2001 From: Joseph Hall Date: Tue, 9 Dec 2014 11:57:35 -0700 Subject: [PATCH] Copy fixes for Windows Salt Cloud doc --- doc/topics/cloud/windows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/topics/cloud/windows.rst b/doc/topics/cloud/windows.rst index 583dac71c6..f105ea48dc 100644 --- a/doc/topics/cloud/windows.rst +++ b/doc/topics/cloud/windows.rst @@ -46,7 +46,7 @@ script would open up port 445, and apply the changes: .. code-block:: other - New-NetFirewallRule -Name "WinRM445" -DisplayName "WinRM445" -Protocol TCP -LocalPort 445 + New-NetFirewallRule -Name "SMB445" -DisplayName "SMB445" -Protocol TCP -LocalPort 445 Set-Item (dir wsman:\localhost\Listener\*\Port -Recurse).pspath 445 -Force Restart-Service winrm @@ -97,7 +97,7 @@ might look like: .. code-block:: yaml - techhat-windows: + windows-server-2012: provider: my-ec2-config image: ami-c49c0dac size: m1.small