commit | 074ee81f7370e6cef10e492ed71d3ec58e29c8c7 | [log] [tgz] |
---|---|---|
author | Aleš Komárek <github@newt.cz> | Wed Nov 09 11:27:20 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Nov 09 11:27:20 2016 +0100 |
tree | 945040e5c83131d5561b6c5317450cbf3e376bc2 | |
parent | 811593a592099e4dd8cccbe056cf67a9e82d31eb [diff] |
Deal with no service status (#4) * Deal with no service status * No orchestrate
diff --git a/keepalived/cluster.sls b/keepalived/cluster.sls index a750bfa..9358806 100644 --- a/keepalived/cluster.sls +++ b/keepalived/cluster.sls
@@ -40,6 +40,9 @@ - name: {{ cluster.service }} - enable: true - reload: true + {%- if grains.get('init', None) != 'systemd' %} + - sig: keepalived + {%- endif %} - watch: - file: keepalived_config