Browse Source

failover fix

tags/0.4
Ales Komarek 8 years ago
parent
commit
2943ed995f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/files/minion.conf

+ 1
- 1
salt/files/minion.conf View File

@@ -8,7 +8,7 @@ master:
- {{ 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

Loading…
Cancel
Save