diff options
author | varac <varacanero@zeromail.org> | 2013-08-01 10:29:51 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-08-01 10:29:51 +0200 |
commit | 5ab94dcc7398f566967fd30747447cc6759fd227 (patch) | |
tree | eab93ca51ca9cfd95a4aabaefb40b6ca52046831 /provider_base/services/mx.json | |
parent | f1c0f1e49e9bddcda575ff72148d04549f44c0bc (diff) | |
parent | e22d7657c903aaebacb059a8da6dcf53184b3242 (diff) |
Merge branch 'feature/issue/3278' into develop
Diffstat (limited to 'provider_base/services/mx.json')
-rw-r--r-- | provider_base/services/mx.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json index d633d1dc..25ccf4f0 100644 --- a/provider_base/services/mx.json +++ b/provider_base/services/mx.json @@ -6,7 +6,7 @@ "couch_client": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.port)" }, "haproxy": { - "local_ports": "= stunnel.couch_client.field(:accept_port)" + "servers": "= haproxy_servers(nodes_like_me[:services => :couchdb], stunnel.couch_client)" }, "couchdb_admin_user": "= global.services[:couchdb].couch.users[:admin]", "x509": { |