TODO: Enter the cookbook description here.
TODO: List your supported platforms.
Key | Type | Description | Default |
---|---|---|---|
['common_tools']['bacon'] | Boolean | whether to include bacon | true |
Include common_tools
in your node's run_list
:
{
"run_list": [
"recipe[common_tools::default]"
]
}
Author:: YOUR_NAME (<YOUR_EMAIL>)