Skip to content

Commit

Permalink
Remove perms from linux_acl.list_absent docstring
Browse files Browse the repository at this point in the history
Not a valid argument for this function, remove misleading documentation
reference.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
  • Loading branch information
tacerus committed Sep 15, 2024
1 parent 246d066 commit 46d93ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions changelog/66891.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove "perms" from `linux_acl.list_absent()` documentation
3 changes: 0 additions & 3 deletions salt/states/linux_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,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
Expand Down

0 comments on commit 46d93ae

Please sign in to comment.