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.

27 lines
551B

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