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.

16 lines
307B

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