1
0
Fork 0
mirror of synced 2024-06-20 23:51:10 -04:00

Merge pull request #25 from kmkramer/master

add Scientific Linux support
This commit is contained in:
Niels Abspoel 2017-02-09 00:11:03 +01:00 committed by GitHub
commit 084a1cfda5
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@ logrotate
Install and configure logrotate on a machine.
The config files are per OS.
At the moment only Debian, RedHat and Archlinux supported with this formula
At the moment only Debian, RedHat, Scientific Linux and Archlinux supported with this formula
.. note::
See the full `Salt Formulas installation and usage instructions

View file

@ -7,6 +7,14 @@
'user' : 'root',
'group' : 'root',
},
'ScientificLinux': {
'pkg' : 'logrotate',
'service' : 'crond',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',
'group' : 'root',
},
'Arch': {
'pkg' : 'logrotate',
'service' : 'logrotate.timer',