Merge pull request #43580 from garethgreenaway/43560_update_linux_acl_documentation

Updating ACL module and state module documentation
This commit is contained in:
Nicole Thomas 2017-09-18 16:11:25 -04:00 committed by GitHub
commit cc3d9c1a01
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-
'''
Support for Linux File Access Control Lists
The Linux ACL module requires the `getfacl` and `setfacl` binaries.
'''
from __future__ import absolute_import

View file

@ -2,6 +2,8 @@
'''
Linux File Access Control Lists
The Linux ACL state module requires the `getfacl` and `setfacl` binaries.
Ensure a Linux ACL is present
.. code-block:: yaml