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

omnibus_serverspec (2) Versions 0.1.0

Install omnibus_serverspec

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

omnibus_serverspec Cookbook

** unofficial **

This cookbook installs the serverspec package made by omnibus-ruby project.

Supports

tested

  • CentOS6
  • Ubuntu

maybe works

  • Redhat family and friends
  • Debian based distributions

Requirements

  • chef

Attributes

TODO: List your cookbook attributes here.

Usage

omnibus_serverspec::default

Just include omnibus_serverspec in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[omnibus_serverspec]"
  ]
}

Installs serverspec and dependencies to /opt/serverspec/*

Test

$ bundle
$ kitchen test

Testing environment and suites

  • test-kitchen
    • vagrant
    • shindo

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  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 using Github

License and Authors

apache2 license.

Author: SAWANOBORI Yukihiko(sawanboriyu@higanworks.com)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found