Docsplit Chef Chef Tool
Docsplit Chef
Install & Usage Instructions
docsplit Cookbook
Installs/Configures docsplit dependencies on Ubuntu/RHEL/CentOS machine, required by docsplit gem.
Requirements
Depends on apt/yum for installation.
Usage
docsplit::default
Just include docsplit in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[docsplit]"
]
}
Contributing
- 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
License
MIT