Saltstack Official Logrotate Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

37 行
806B

  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. login_records_jobs: false
  10. default_config:
  11. compress: true
  12. RedHat:
  13. pkg: cronie
  14. service: crond
  15. default_config:
  16. dateext: true
  17. Suse:
  18. login_records_jobs: false
  19. default_config:
  20. dateext: true
  21. compresscmd: /usr/bin/xz
  22. uncompresscmd: /usr/bin/xzdec
  23. Gentoo:
  24. pkg: app-admin/logrotate
  25. service: cronie
  26. default_config:
  27. tabooext: + .keep
  28. dateext: true
  29. FreeBSD:
  30. bin: /usr/local/sbin/logrotate
  31. status_dir: /var/run
  32. conf_file: /usr/local/etc/logrotate.conf
  33. hourly_conf_file: /usr/local/etc/logrotate.hourly.conf
  34. include_dir: /usr/local/etc/logrotate.d
  35. hourly_include_dir: /usr/local/etc/logrotate.hourly.d
  36. group: wheel