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.

29 satır
566B

  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. pkg: cronie
  10. service: crond
  11. default_config:
  12. dateext: True
  13. Suse:
  14. login_records_jobs: False
  15. default_config:
  16. dateext: True
  17. compresscmd: /usr/bin/xz
  18. uncompresscmd: /usr/bin/xzdec
  19. Gentoo:
  20. pkg: app-admin/logrotate
  21. service: cronie
  22. default_config:
  23. tabooext: + .keep
  24. dateext: True
  25. FreeBSD:
  26. conf_file: /usr/local/etc/logrotate.conf
  27. include_dir: /usr/local/etc/logrotate.d
  28. group: wheel