Browse Source

Merge pull request #3 from fessoga5/master

Update readme and pillar.example
patch-1
Niels Abspoel 10 years ago
parent
commit
d2d939e5b7
2 changed files with 10 additions and 2 deletions
  1. +7
    -0
      README.rst
  2. +3
    -2
      pillar.example

+ 7
- 0
README.rst View File

-------------------- --------------------


Manages logrotate config and include dir. Manages logrotate config and include dir.

``logrotate.jobs``
------------------

Create custom job for logrotate.



+ 3
- 2
pillar.example View File

# vim: sts=2 ts=2 sw=2 et ai # vim: sts=2 ts=2 sw=2 et ai
logrotate: logrotate:
pkg: 'logrotate'
service: 'crond'
lookup:
pkg: 'logrotate'
service: 'crond'
jobs: jobs:
"/tmp/var/log/mysql/error": "/tmp/var/log/mysql/error":
- "weekly" - "weekly"

Loading…
Cancel
Save