Ensure that the acl package is installed
The acl package is required for running setfacl. This commit ensures that the package is installed on NFS servers.
This commit is contained in:
parent
2833b78c8a
commit
f5be5b7e0f
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ nfs-kernel-server:
|
|||
- require:
|
||||
- file: {{ nfs_root }}
|
||||
|
||||
acl:
|
||||
pkg.installed
|
||||
|
||||
/etc/exports:
|
||||
file.managed:
|
||||
- user: root
|
||||
|
|
Loading…
Reference in a new issue