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.

15 lines
293B

  1. # vim: sts=2 ts=2 sw=2 et ai
  2. logrotate:
  3. pkg: 'logrotate'
  4. service: 'crond'
  5. jobs:
  6. "/tmp/var/log/mysql/error":
  7. - "weekly"
  8. - "missingok"
  9. - "rotate 52"
  10. - "compress"
  11. - "delaycompress"
  12. - "notifempty"
  13. - "create 640 root adm"
  14. - "sharedscripts"