Merge pull request #3 from fessoga5/master
Update readme and pillar.example
This commit is contained in:
commit
d2d939e5b7
2 changed files with 10 additions and 2 deletions
|
@ -24,3 +24,10 @@ Installs the ``logrotate`` package and service/timer/cron.
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Manages logrotate config and include dir.
|
Manages logrotate config and include dir.
|
||||||
|
|
||||||
|
``logrotate.jobs``
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Create custom job for logrotate.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# vim: sts=2 ts=2 sw=2 et ai
|
# vim: sts=2 ts=2 sw=2 et ai
|
||||||
logrotate:
|
logrotate:
|
||||||
pkg: 'logrotate'
|
lookup:
|
||||||
service: 'crond'
|
pkg: 'logrotate'
|
||||||
|
service: 'crond'
|
||||||
jobs:
|
jobs:
|
||||||
"/tmp/var/log/mysql/error":
|
"/tmp/var/log/mysql/error":
|
||||||
- "weekly"
|
- "weekly"
|
||||||
|
|
Loading…
Reference in a new issue