cookbook 'acl', '= 1.0.1'
acl (4) Versions 1.0.1 Follow10
Setup POSIX Access Control Lists (ACLs)
cookbook 'acl', '= 1.0.1', :supermarket
knife supermarket install acl
knife supermarket download acl
acl-cookbook
This cookbook installs the ACL package and then remount the filesystem root with it enabled.
Supported Platforms
Debian, Ubuntu
Usage
acl::default
Include acl
in your node's run_list
:
{ "run_list": [ "recipe[acl::default]" ] }
Contributing
- Fork the repository on GitHub
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.1.0
Initial release of acl