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

- {{ master.host }} - {{ master.host }}
{%- endfor %} {%- endfor %}


{%- if minion.master_type == "failover" %}
{%- if minion.get('master_type', 'default') == "failover" %}
master_type: failover master_type: failover
master_shuffle: True master_shuffle: True
master_alive_interval: 60 master_alive_interval: 60

Loading…
Cancel
Save