1
0
Fork 0

Merge pull request #27 from asenci/master

Compress rotated files by default on Debian
This commit is contained in:
Niels Abspoel 2017-03-29 08:57:29 +02:00 committed by GitHub
commit 183027653e
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@
'tabooext': '+ .pacorig .pacnew .pacsave',
},
},
'Debian': {
'default_config': {
'compress': True,
},
},
'RedHat': {
'service': 'crond',
'default_config': {