This cookbook is DEPRECATED.
Use https://github.com/conjur-cookbooks/conjur instead.
Log shipping on Conjur-managed hosts.
- Ubuntu 13.10
Include conjur-logging
in your node's run_list
:
{
"run_list": [
"recipe[conjur-logging::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Rafal Rzepecki ([email protected])