1
0
Fork 0

Added opensuse support

This commit is contained in:
Niels Abspoel 2015-03-07 11:27:15 +01:00
parent d6c698880a
commit f142bc6a48
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@
'user' : 'root',
'group' : 'root',
},
'Suse': {
'pkg' : 'logrotate',
'service' : 'cron',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',
'group' : 'root',
},
}, merge=salt['grains.filter_by']({
'Fedora': {
'service' : 'crond',