Skip to content

Latest commit

 

History

History
80 lines (65 loc) · 1.85 KB

README.md

File metadata and controls

80 lines (65 loc) · 1.85 KB

cq-unix-toolkit cookbook

This cookbook installs CQ Unix Toolkit.

Supported Platforms

The following platform families are supported:

  • Debian
  • RHEL

Since this cookbook is rather simple there's a chance it will work flawlessly on other platforms, however it hasn't been tested against any other operating system except those mentioned above.

Attributes

Key Type Description Default
['cq_unix_toolkit']['repository']['url'] String URL to CQ Unix Toolkit repository https://github.com/Cognifide/CQ-Unix-Toolkit.git
['cq_unix_toolkit']['repository']['revison'] String Git revision/tag v1.1.1
['cq_unix_toolkit']['user'] String The owner of cloned repository root
['cq_unix_toolkit']['group'] String Group which owns Git workspace root
['cq_unix_toolkit']['install_dir'] String Installation directory /opt/scripts/CQ-Unix-Toolkit

Usage

cq-unix-toolkit::default

Include cq-unix-toolkit in your node's run_list:

{
  "run_list": [
    "recipe[cq-unix-toolkit::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

License and Authors

Author:: Jakub Wadolowski ([email protected])