From 9838dad1f8d089c597e0d77e2cb736cafcf058b7 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 15 Sep 2024 23:48:34 +0200 Subject: [PATCH] Remove perms from linux_acl.list_absent docstring Not a valid argument for this function, remove misleading documentation reference. Signed-off-by: Georg Pfuetzenreuter --- changelog/66891.fixed.md | 1 + salt/states/linux_acl.py | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 changelog/66891.fixed.md diff --git a/changelog/66891.fixed.md b/changelog/66891.fixed.md new file mode 100644 index 000000000000..7bd756d7f298 --- /dev/null +++ b/changelog/66891.fixed.md @@ -0,0 +1 @@ +Remove "perms" from `linux_acl.list_absent()` documentation diff --git a/salt/states/linux_acl.py b/salt/states/linux_acl.py index 0413062b5ba0..39321732e963 100644 --- a/salt/states/linux_acl.py +++ b/salt/states/linux_acl.py @@ -697,9 +697,6 @@ def list_absent(name, acl_type, acl_names=None, recurse=False): acl_names The list of users or groups - perms - Remove the permissions eg.: rwx - recurse Set the permissions recursive in the path