1
0
Fork 0
mirror of synced 2024-06-02 15:21:10 -04:00

Compress rotated files by default on Debian

This commit is contained in:
Andre Sencioles 2017-03-29 18:06:25 +13:00
parent 74df45ba23
commit fabbb440bc

View file

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