Saltstack Official Logrotate Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 line
444B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. logrotate:
  5. bin: /usr/sbin/logrotate
  6. status_dir: /var/lib/logrotate
  7. pkg: logrotate
  8. conf_file: '/etc/logrotate.conf'
  9. include_dir: '/etc/logrotate.d'
  10. hourly_conf_file: '/etc/logrotate.hourly.conf'
  11. hourly_include_dir: '/etc/logrotate.hourly.d'
  12. user: root
  13. group: root
  14. service: cron
  15. login_records_jobs: true
  16. default_config:
  17. weekly: true
  18. rotate: 4
  19. create: true
  20. jobs: {}