add documentation for facl defaults, in acl state

This commit is contained in:
mreider 2023-12-07 11:34:10 -05:00 committed by Daniel Wozniak
parent 913c0f7566
commit 84b8993543

View file

@ -14,6 +14,17 @@ Ensure a Linux ACL is present
- acl_name: damian
- perms: rwx
Ensure a Linux ACL is present as a default for all new objects
.. code-block:: yaml
root:
acl.present:
- name: /root
- acl_type: "default:user"
- acl_name: damian
- perms: rwx
Ensure a Linux ACL does not exist
.. code-block:: yaml