0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2024-11-28 01:17:49 +01:00

Add SUSE support

covering both openSUSE and SUSE Linux Enterprise versions
This commit is contained in:
Bernhard M. Wiedemann 2017-08-30 14:43:42 +02:00
parent 898ddff892
commit 64b9f32147

View File

@ -6,6 +6,10 @@
'pkg': 'cronie', 'pkg': 'cronie',
'service': 'crond', 'service': 'crond',
}, },
'Suse': {
'pkg': 'cronie',
'service': 'cron',
},
'Debian': { 'Debian': {
'pkg': 'cron', 'pkg': 'cron',
'service': 'cron', 'service': 'cron',