1
0
Fork 0
mirror of synced 2024-12-21 05:31:09 -05:00
formula-logrotate/pillar.example
2015-01-22 09:18:16 +08:00

14 lines
293 B
Text

# vim: sts=2 ts=2 sw=2 et ai
logrotate:
pkg: 'logrotate'
service: 'crond'
jobs:
"/tmp/var/log/mysql/error":
- "weekly"
- "missingok"
- "rotate 52"
- "compress"
- "delaycompress"
- "notifempty"
- "create 640 root adm"
- "sharedscripts"