vagrant plugin install vagrant-berkshelf --plugin-version '>= 2.0.1'
TODO: Enter the cookbook description here.
TODO: List your supported platforms.
Key | Type | Description | Default |
---|---|---|---|
['iq']['bacon'] | Boolean | whether to include bacon | true |
Include iq
in your node's run_list
:
{
"run_list": [
"recipe[iq::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: YOUR_NAME (<YOUR_EMAIL>)