Saltstack Official Logrotate Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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"
|