2015-01-21 05:00:07 -05:00
|
|
|
# vim: sts=2 ts=2 sw=2 et ai
|
2015-01-01 13:57:08 -05:00
|
|
|
logrotate:
|
2015-01-22 06:35:58 -05:00
|
|
|
lookup:
|
|
|
|
pkg: 'logrotate'
|
|
|
|
service: 'crond'
|
2015-01-21 05:00:07 -05:00
|
|
|
jobs:
|
2015-01-21 20:18:16 -05:00
|
|
|
"/tmp/var/log/mysql/error":
|
|
|
|
- "weekly"
|
|
|
|
- "missingok"
|
|
|
|
- "rotate 52"
|
|
|
|
- "compress"
|
|
|
|
- "delaycompress"
|
|
|
|
- "notifempty"
|
|
|
|
- "create 640 root adm"
|
|
|
|
- "sharedscripts"
|