Install multitail on unix-based systems.
Mac OS X or Linux system
| Key | Type | Description | Default |
|---|---|---|---|
| ['multitail']['check_mail'] | Boolean | whether to check mail on start up | false |
Just include multitail in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[multitail]"
]
}- 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
Authors: Brett Richardson (dablweb.com) [github: brett-richardson]