/wrapper-repose

repose cookbook wrapper

Primary LanguageRubyOtherNOASSERTION

Build Status

wrapper-repose

Not as cool as rapper parappa but probably more useful 😉.

This cookbook wraps the standard repose cookbook and applies our particular settings and filters.

To use this cookbook you'll need to add it via berkshelf or otherwise get it into your cookbooks dir. You'll also need to reference the base repose cookbook.

Supported Platforms

Other platforms are untested.

  • Ubuntu 14 (Trusty Tahr)

Attributes

TODO Complete the table for a prize!

Key Type Description Default
['foo'] String some description 'bar'

Usage

wrapper-repose::default

Include wrapper-repose in your node's run_list:

{
  "run_list": [
    "recipe[wrapper-repose::default]"
  ]
}

Releasing

To release a new version of this cookbook, do the following:

  1. update the CHANGELOG.md file with the new version and changes
  2. update the metadata.rb file
  3. commit all changes to master (or merge PR, etc.)
  4. tag the repo with the matching version for this release

Then you probably want to update some Berksfiles 😄