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

cookbook_versions (4) Versions 0.2.0

Installs/Configures cookbook_versions

Policyfile
Berkshelf
Knife
cookbook 'cookbook_versions', '= 0.2.0', :supermarket
cookbook 'cookbook_versions', '= 0.2.0'
knife supermarket install cookbook_versions
knife supermarket download cookbook_versions
README
Dependencies
Quality 0%

cookbook_versions

This cookbook examines all of the cookbooks in a node's run_list and extracts the cookbook versions. These are saved into node attributes under the 'cookbook_versions' key, like so:

cookbook_versions => {
  "cookbook_versions_test": "0.1.0",
  "cookbook_versions": "0.1.0"
}

NOTE: This cookbook_versions resource should be run at the end of a chef-client run, or else recipes may modify the run_list and that won't be reflected in the node attributes.

Usage

You can use the resource directly, or include the default recipe which simply calls the resource

cookbook_versions 'whatever'

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.2.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/28606b432de4e317fe309f30/cookbook_versions/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/28606b432de4e317fe309f30/cookbook_versions/metadata.rb:1