commit | 2943ed995ff59186b9df8ddd1ca6bbe1e987c6a6 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Tue May 17 11:22:59 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Tue May 17 11:22:59 2016 +0200 |
tree | cba1b1e00e6142f07cfb5c30b819370225b8c000 | |
parent | d736982c213dd715429bda23f5ac89a9d3c82e7a [diff] |
failover fix
diff --git a/salt/files/minion.conf b/salt/files/minion.conf index 22893af..1323b2f 100644 --- a/salt/files/minion.conf +++ b/salt/files/minion.conf
@@ -8,7 +8,7 @@ - {{ master.host }} {%- endfor %} -{%- if minion.master_type == "failover" %} +{%- if minion.get('master_type', 'default') == "failover" %} master_type: failover master_shuffle: True master_alive_interval: 60