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