Merge pull request #27 from asenci/master
Compress rotated files by default on Debian
This commit is contained in:
commit
183027653e
1 changed files with 5 additions and 0 deletions
|
@ -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': {
|
||||||
|
|
Loading…
Reference in a new issue