From 917a849d57d5a92e2f8205089bada721df1f9293 Mon Sep 17 00:00:00 2001 From: cncshaggy <44366456+cncshaggy@users.noreply.github.com> Date: Wed, 8 May 2019 06:51:44 -0700 Subject: [PATCH] Update win_path.py The function doesn't have an `index` parameter --- salt/states/win_path.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/salt/states/win_path.py b/salt/states/win_path.py index af956d59b89c..133378a0dcf2 100644 --- a/salt/states/win_path.py +++ b/salt/states/win_path.py @@ -27,8 +27,6 @@ def absent(name): ''' Remove the directory from the SYSTEM path - index: where the directory should be placed in the PATH (default: 0) - Example: .. code-block:: yaml