Saltstack Official Logrotate Formula
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- # 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"
|