Commit fabe8521 by Kit Westneat

Fixed documentation for etype parameter on acl module.

The etype parameter just had a copy of the default parameter documentation.
Changed it to reflect what it really is for.
parent cfd8c685
...@@ -63,7 +63,7 @@ options: ...@@ -63,7 +63,7 @@ options:
default: null default: null
choices: [ 'user', 'group', 'mask', 'other' ] choices: [ 'user', 'group', 'mask', 'other' ]
description: description:
- if the target is a directory, setting this to yes will make it the default acl for entities created inside the directory. It causes an error if name is a file. - the entity type of the ACL to apply, see setfacl documentation for more info.
permissions: permissions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment