1
0
Fork 0
mirror of synced 2024-07-26 18:11:08 -04:00

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

View file

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