Saltstack Official Logrotate Formula
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
-
- logrotate:
- pkg: logrotate
- conf_file: '/etc/logrotate.conf'
- include_dir: '/etc/logrotate.d'
- user: root
- group: root
- service: cron
- login_records_jobs: True
- default_config:
- weekly: True
- rotate: 4
- create: True
|