1
0
Fork 0

Merge pull request #1 from aboe76/master

fix logrotate service name to cron instead of crond
This commit is contained in:
Wolodja Wentland 2015-01-06 22:46:16 +01:00
commit bcd4aed71c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% set logrotate = salt['grains.filter_by']({
'RedHat': {
'pkg' : 'logrotate',
'service' : 'crond',
'service' : 'cron',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',
@ -17,7 +17,7 @@
},
'Debian': {
'pkg' : 'logrotate',
'service' : 'crond',
'service' : 'cron',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',