Salt: support systemd (don't assume Redhat <=> systemd)
Also work around problems with Salt & systemd services, in particular that Salt doesn't issue a daemon-reload.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% if grains['os_family'] != 'RedHat' %}
|
||||
{% if not pillar.get('is_systemd') %}
|
||||
|
||||
monit:
|
||||
pkg:
|
||||
|
Reference in New Issue
Block a user