Updating the documentation to call out the requirement for the getfacl and setfacl binaries

This commit is contained in:
Gareth J. Greenaway 2017-09-18 11:09:36 -07:00
parent 078d5d17de
commit 117a0ddbbc
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