support SUSE-based OSes

such as openSUSE and SLES
This commit is contained in:
Bernhard M. Wiedemann
2017-03-09 10:30:32 +01:00
parent caf6a26307
commit 416272fb1c
2 changed files with 18 additions and 0 deletions

View File

@ -28,3 +28,9 @@ munin-cron.timer:
- file: cron_timer
{% endif %}
{% if salt['grains.get']('os_family') == 'Suse' %}
munin-cron:
service.running:
- name: cron
- enable: True
{% endif %}