Merge pull request #35 from mgomersbach/move-to-os-yaml-files
Move os_family and os mapping to yaml filespull/36/head
commit
6f6ffe871c
@ -0,0 +1,27 @@ |
||||
Arch: |
||||
service: logrotate.timer |
||||
default_config: |
||||
tabooext: + .pacorig .pacnew .pacsave |
||||
Debian: |
||||
default_config: |
||||
compress: True |
||||
RedHat: |
||||
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 |
@ -0,0 +1,3 @@ |
||||
Ubuntu: |
||||
default_config: |
||||
su: root syslog |
Loading…
Reference in new issue