mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add documentation for facl defaults, in acl state
This commit is contained in:
parent
913c0f7566
commit
84b8993543
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue