Add SUSE support
covering both openSUSE and SUSE Linux Enterprise versions
This commit is contained in:
parent
898ddff892
commit
64b9f32147
|
@ -6,6 +6,10 @@
|
|||
'pkg': 'cronie',
|
||||
'service': 'crond',
|
||||
},
|
||||
'Suse': {
|
||||
'pkg': 'cronie',
|
||||
'service': 'cron',
|
||||
},
|
||||
'Debian': {
|
||||
'pkg': 'cron',
|
||||
'service': 'cron',
|
||||
|
|
Loading…
Reference in New Issue