Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brett-richardson/chef-multitail

Chef Cookbook for Multitail
https://github.com/brett-richardson/chef-multitail

Last synced: 12 days ago
JSON representation

Chef Cookbook for Multitail

Awesome Lists containing this project

README

        

chef-multitail
==============

multitail Cookbook
==================

Install multitail on unix-based systems.

Requirements
------------

Mac OS X or Linux system

Attributes
----------

#### multitail::default


Key
Type
Description
Default


['multitail']['check_mail']
Boolean
whether to check mail on start up
false

Usage
-----
#### multitail::default

Just include `multitail` in your node's `run_list`:

```json
{
"name":"my_node",
"run_list": [
"recipe[multitail]"
]
}
```

Contributing
------------

1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github

License and Authors
-------------------
Authors: Brett Richardson (dablweb.com) [github: brett-richardson]