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

repos (3) Versions 0.0.2

Installs/Configures package repositories

Policyfile
Berkshelf
Knife
cookbook 'repos', '= 0.0.2', :supermarket
cookbook 'repos', '= 0.0.2'
knife supermarket install repos
knife supermarket download repos
README
Dependencies
Quality -%

Description

Manages repositories for your platform. Currently only Debian-based
distros are supported.

Requirements

Attributes

  • node['repos'] - List of repositories to be activated by default recipe.

Usage

Each repository is defined in a separate recipe.
You may either add it directly to run_list, include from your wrapper-cookbook or use
data-driven approach and enumerate desired repos in 'repos' attribute
anywhere you want.

Example use of run_list:

run_list("recipe[repos::percona]")

Example use of 'repos' attribute

run_list("recipe[repos]")
override_attributes( "repos" => ['jenkins-debian-glue', 'backports'] )

Dependent cookbooks

apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found