commit | b368eb750ff75960199d93582b948079f6baa768 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed Apr 19 17:54:42 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed Apr 19 17:54:42 2017 +0200 |
tree | 6c8e91f63c7209eb369093d6704e56867a83c229 | |
parent | a1a09ef7c6521e0fe161b0b760bcaf0d70df0a95 [diff] |
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 %}