Skip to content

karoldrazek/cookbook-cq-unix-toolkit

 
 

Repository files navigation

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 (jakub.wadolowski@cognifide.com)

About

Chef cookbook for CQ Unix Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%