0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2024-11-27 23:07:46 +01:00

Merge pull request #1 from bmwiedemann/suse

Add SUSE support
This commit is contained in:
Martin Hoefling 2017-08-30 15:15:25 +02:00 committed by GitHub
commit 01a5a11e07

View File

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