From ae11e7c061b0baa51c58fda7339985a815dfbc76 Mon Sep 17 00:00:00 2001 From: Alyssa Rock Date: Thu, 27 Jul 2023 14:22:28 -0600 Subject: [PATCH] Further changes requested by reviewers --- doc/topics/cloud/windows.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/topics/cloud/windows.rst b/doc/topics/cloud/windows.rst index b1106dc256d5..a80014faf7f7 100644 --- a/doc/topics/cloud/windows.rst +++ b/doc/topics/cloud/windows.rst @@ -10,16 +10,16 @@ Windows images. Dependencies ============ -Salt Cloud's dependencies are automatically installed in Salt version 3006 and -later. +Salt Cloud needs the following packages: + +* `pypsexec `_. +* `smbprotocol `_. + For versions of Salt prior to 3006, Salt Cloud has a dependency on the -``impacket`` library to set up the Windows Salt Minion installer. +``impacket`` library to set up the Windows Salt Minion installer: -``impacket`` is usually available as either the ``impacket`` or the -``python-impacket`` package, depending on the distribution. More information on -``impacket`` can be found at the -`impacket project home `_. +* `impacket `_. Requirements