1
0
Fork 0

Change the default service name to 'crond' for RHEL based systems.

This commit is contained in:
Michal Galet 2015-04-02 15:28:51 +02:00
parent 6bf7ff92f4
commit 73c86743e2
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{% set logrotate = salt['grains.filter_by']({
'RedHat': {
'pkg' : 'logrotate',
'service' : 'cron',
'service' : 'crond',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',
@ -31,8 +31,4 @@
'user' : 'root',
'group' : 'root',
},
}, merge=salt['grains.filter_by']({
'Fedora': {
'service' : 'crond',
},
}, grain='os', merge=salt['pillar.get']('logrotate:lookup'))) %}
}, merge=salt['pillar.get']('logrotate:lookup')) %}