Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brett-richardson/chef-multitail
- Owner: brett-richardson
- Created: 2013-06-28T13:24:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T01:29:42.000Z (over 11 years ago)
- Last Synced: 2024-11-11T00:28:33.407Z (2 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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::defaultJust 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 GithubLicense and Authors
-------------------
Authors: Brett Richardson (dablweb.com) [github: brett-richardson]