Wrapper cookbook for mysql community cookbook.
mysql2_chef_gem
- for installing mysql2 gemmysql
- Community mysql cookbokdatabase
- Community database cookbok
TODO: List your cookbook attributes here.
e.g.
Key | Type | Description | Default |
---|---|---|---|
['jku-mysql']['bacon'] | Boolean | whether to include bacon | true |
Just include jku-mysql
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[jku-mysql]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Jakub Kułak [email protected]