From fabe8521cb12d8541ec9469fec8075c59085736e Mon Sep 17 00:00:00 2001 From: Kit Westneat Date: Tue, 27 May 2014 13:32:15 -0400 Subject: [PATCH] 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. --- library/files/acl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/acl b/library/files/acl index 93431ecf472..625a051c338 100644 --- a/library/files/acl +++ b/library/files/acl @@ -63,7 +63,7 @@ options: default: null choices: [ 'user', 'group', 'mask', 'other' ] 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: