Add logrotate cookbook

This commit is contained in:
Greg Karékinian
2016-05-13 17:10:03 +02:00
parent 096b4900bd
commit 5d11298c1d
23 changed files with 1308 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
## Contribution Guidelines
- Please submit improvements and bug fixes via Github pull requests or
by sending an email to steve@chef.io in git's format-patch
format.
- All patches should have well-written commit message. The first line
should summarize the change while the rest of the commit message
should explain the reason the change is needed.
- Please ensure all tests and lint checking pass before submitting
pull requests.
## Testing
Please read TESTING.md for details on testing this cookbook.