mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2025-02-17 15:44:27 +01:00
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
Block a user