mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove perms from linux_acl.list_absent docstring
Not a valid argument for this function, remove misleading documentation reference. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
98f49eba4e
commit
4e429ef772
2 changed files with 1 additions and 3 deletions
1
changelog/66891.fixed.md
Normal file
1
changelog/66891.fixed.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove "perms" from `linux_acl.list_absent()` documentation
|
|
@ -697,9 +697,6 @@ def list_absent(name, acl_type, acl_names=None, recurse=False):
|
||||||
acl_names
|
acl_names
|
||||||
The list of users or groups
|
The list of users or groups
|
||||||
|
|
||||||
perms
|
|
||||||
Remove the permissions eg.: rwx
|
|
||||||
|
|
||||||
recurse
|
recurse
|
||||||
Set the permissions recursive in the path
|
Set the permissions recursive in the path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue