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