Browse Source
retry_dns 0 for failover setup
pr/retry_dns_sm_failover
Petr Michalec
7 years ago
No account linked to committer's email address
1 changed files with
1 additions and
0 deletions
-
salt/files/minion.conf
|
|
@@ -10,6 +10,7 @@ master: |
|
|
|
|
|
|
|
{%- if minion.get('master_type', 'default') == "failover" %} |
|
|
|
master_type: failover |
|
|
|
retry_dns: 0 |
|
|
|
master_shuffle: True |
|
|
|
master_alive_interval: 60 |
|
|
|
{%- endif %} |