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.

32 lines
609B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. Arch:
  5. service: logrotate.timer
  6. default_config:
  7. tabooext: + .pacorig .pacnew .pacsave
  8. Debian:
  9. default_config:
  10. compress: true
  11. RedHat:
  12. pkg: cronie
  13. service: crond
  14. default_config:
  15. dateext: true
  16. Suse:
  17. login_records_jobs: false
  18. default_config:
  19. dateext: true
  20. compresscmd: /usr/bin/xz
  21. uncompresscmd: /usr/bin/xzdec
  22. Gentoo:
  23. pkg: app-admin/logrotate
  24. service: cronie
  25. default_config:
  26. tabooext: + .keep
  27. dateext: true
  28. FreeBSD:
  29. conf_file: /usr/local/etc/logrotate.conf
  30. include_dir: /usr/local/etc/logrotate.d
  31. group: wheel