Saltstack Official Logrotate Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
274B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. logrotate:
  4. pkg: logrotate
  5. conf_file: '/etc/logrotate.conf'
  6. include_dir: '/etc/logrotate.d'
  7. user: root
  8. group: root
  9. service: cron
  10. login_records_jobs: True
  11. default_config:
  12. weekly: True
  13. rotate: 4
  14. create: True