浏览代码

Merge pull request #25 from kmkramer/master

add Scientific Linux support
tags/v0.9.0
Niels Abspoel 8 年前
父节点
当前提交
084a1cfda5
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. +1
    -1
      README.rst
  2. +8
    -0
      logrotate/map.jinja

+ 1
- 1
README.rst 查看文件

@@ -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

+ 8
- 0
logrotate/map.jinja 查看文件

@@ -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',

正在加载...
取消
保存