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