This cookbook installs and sets up rancid.
This cookbook is strictly for Fedora/EPEL testing so the requirements are pretty strict.
- Fedora 21
- Fedora 20
- CentOS 7.1
- CentOS 6.6
- CentOS 5.11
yum-epel
- needed to get EPEL on CentOS.chef-sugar
- because a spoon full of sugar helps the medicine go down.
None yet.
Key | Type | Description | Default |
---|---|---|---|
['rancid_test']['bacon'] | Boolean | whether to include bacon | true |
Just include rancid_test
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[rancid_test]"
]
}
- 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: David Brown [email protected]