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.
Other platforms are untested.
- Ubuntu 14 (Trusty Tahr)
TODO Complete the table for a prize!
Key | Type | Description | Default |
---|---|---|---|
['foo'] | String | some description | 'bar' |
Include wrapper-repose
in your node's run_list
:
{
"run_list": [
"recipe[wrapper-repose::default]"
]
}
To release a new version of this cookbook, do the following:
- update the CHANGELOG.md file with the new version and changes
- update the metadata.rb file
- commit all changes to master (or merge PR, etc.)
- tag the repo with the matching version for this release
Then you probably want to update some Berksfiles 😄