support SUSE-based OSes
such as openSUSE and SLES
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user