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
1 changed files with 4 additions and 0 deletions

View File

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