Maks3w / acl-cookbook

This cookbook install the ACL package and then remount the filesystem root with it enabled.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acl-cookbook Build Status Cookbook Version

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

  1. Fork the repository on GitHub
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

About

This cookbook install the ACL package and then remount the filesystem root with it enabled.

License:MIT License


Languages

Language:Ruby 100.0%