commit | b6b945b88ebeffc708beeb673dca0c1c4b886e24 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Apr 19 18:17:58 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 19 18:17:58 2017 +0200 |
tree | 5273b59668ac2b95942c10cea4ec385b86e41313 | |
parent | 8a3fbe9cb5534b8c4e04d3d0807b3c6303949fdd [diff] | |
parent | b368eb750ff75960199d93582b948079f6baa768 [diff] |
Merge pull request #38 from salt-formulas/pr/retry_dns_sm_failover retry_dns 0 for failover setup
diff --git a/salt/files/minion.conf b/salt/files/minion.conf index 810158a..099bccc 100644 --- a/salt/files/minion.conf +++ b/salt/files/minion.conf
@@ -10,6 +10,7 @@ {%- if minion.get('master_type', 'default') == "failover" %} master_type: failover +retry_dns: 0 master_shuffle: True master_alive_interval: 60 {%- endif %}