This cookbook installs jq.
- Linux
- Mac OS X
| Key | Type | Description | Default |
|---|---|---|---|
| ['jq']['path'] | String | jq install path | /usr/local/bin/jq |
Just include jq in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[jq]"
]
}- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
MIT
(C) Aiming Inc.