1
0
Fork 0
mirror of synced 2024-05-25 11:31:10 -04:00
formula-logrotate/pillar.example
Bilge a93d84bcfe Remove quotes
None of these quotes are actually needed.
2015-03-13 12:27:46 +00:00

16 lines
285 B
Plaintext

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