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

babushka (4) Versions 0.1.1

Installs/Configures babushka

Policyfile
Berkshelf
Knife
cookbook 'babushka', '= 0.1.1', :supermarket
cookbook 'babushka', '= 0.1.1'
knife supermarket install babushka
knife supermarket download babushka
README
Dependencies
Changelog
Quality 50%

babushka-cookbook

Chef cookbook to install babushka

Supported Platforms

  • Debian
  • Ubuntu
  • CentOS

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['babushka']['git']['clone_path']</tt></td>
<td>String</td>
<td>Local path to clone the babushka git repo</td>
<td><tt>/opt/babushka</tt></td>
</tr>
<tr>
<td><tt>['babushka']['git']['repo_path']</tt></td>
<td>String</td>
<td>Babushka git repository to clone</td>
<td><tt>https://github.com/benhoskings/babushka.git</tt></td>
</tr>
<tr>
<td><tt>['babushka']['git']['update_strategy']</tt></td>
<td>Synbol</td>
<td>Git repository update strategy</td>
<td><tt>:sync</tt></td>
</tr>
</table>

Usage

babushka::default

Include babushka in your node's run_list:

{
  "run_list": [
    "recipe[babushka::default]"
  ]
}

License and Authors

Author:: Jose Luis Salas josacar@gmail.com

Dependent cookbooks

git >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of babushka

Collaborator Number Metric
            

0.1.1 passed this metric

Foodcritic Metric
            

0.1.1 failed this metric

FC064: Ensure issues_url is set in metadata: /tmp/6ab08575bb88e32f25a6c3c1/babushka/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/6ab08575bb88e32f25a6c3c1/babushka/metadata.rb:1