Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

cq-unix-toolkit (8) Versions 1.2.1

Installs and configures CQ UNIX Toolkit

Policyfile
Berkshelf
Knife
cookbook 'cq-unix-toolkit', '= 1.2.1', :supermarket
cookbook 'cq-unix-toolkit', '= 1.2.1'
knife supermarket install cq-unix-toolkit
knife supermarket download cq-unix-toolkit
README
Dependencies
Changelog
Quality 75%

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

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['cq-unix-toolkit']['repository']['url']</tt></td>
<td>String</td>
<td>URL to CQ Unix Toolkit repository</td>
<td><tt>https://github.com/Cognifide/CQ-Unix-Toolkit.git</tt></td>
</tr>
<tr>
<td><tt>['cq-unix-toolkit']['repository']['revision']</tt></td>
<td>String</td>
<td>Git revision/tag</td>
<td><tt>v1.2.0</tt></td>
</tr>
<tr>
<td><tt>['cq-unix-toolkit']['user']</tt></td>
<td>String</td>
<td>The owner of cloned repository</td>
<td><tt>root</tt></td>
</tr>
<tr>
<td><tt>['cq-unix-toolkit']['group']</tt></td>
<td>String</td>
<td>Group which owns Git workspace</td>
<td><tt>root</tt></td>
</tr>
<tr>
<td><tt>['cq-unix-toolkit']['install_dir']</tt></td>
<td>String</td>
<td>Installation directory</td>
<td><tt>/opt/scripts/CQ-Unix-Toolkit</tt></td>
</tr>
</table>

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)

cq-unix-toolkit cookbook CHANGELOG

This file is used to list changes made in each version of the cq-unix-toolkit cookbook.

v1.1.1

  • CQ UNIX Toolkit version bumped to v1.1.1

v1.1.0

  • CQ UNIX Toolkit version bumped to v1.1.0
  • Berkshelf 3 compatibility
  • Foodcritic fixes

v1.0.0

  • First public release of the cookbook
  • Supports installation of the latest stable version of CQ Unix Toolkit (v1.0.0)

Foodcritic Metric
            

1.2.1 passed this metric

License Metric
            

1.2.1 passed this metric

No Binaries Metric
            

1.2.1 passed this metric

Version Tag Metric
            

1.2.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number