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.
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- Arch:
- service: logrotate.timer
- default_config:
- tabooext: + .pacorig .pacnew .pacsave
- Debian:
- default_config:
- compress: true
- RedHat:
- pkg: cronie
- service: crond
- default_config:
- dateext: true
- Suse:
- login_records_jobs: false
- default_config:
- dateext: true
- compresscmd: /usr/bin/xz
- uncompresscmd: /usr/bin/xzdec
- Gentoo:
- pkg: app-admin/logrotate
- service: cronie
- default_config:
- tabooext: + .keep
- dateext: true
- FreeBSD:
- conf_file: /usr/local/etc/logrotate.conf
- include_dir: /usr/local/etc/logrotate.d
- group: wheel
|