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.

17 satır
287B

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