summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-17 18:46:13 +0200
committerMicah Anderson <micah@leap.se>2013-07-25 13:45:10 -0400
commit972317f752d5d621bd8284d4c00caaabbb447061 (patch)
tree87f069a911624a91e172a080b202f435b2d56027 /provider_base
parent930885ac2be95698584e094fa23713a946d81dac (diff)
added provider_base/services/mx.json
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/mx.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
new file mode 100644
index 00000000..61ae0db9
--- /dev/null
+++ b/provider_base/services/mx.json
@@ -0,0 +1,8 @@
+{
+ "stunnel": {
+ "couch_client": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.port)"
+ },
+ "haproxy": {
+ "local_ports": "= stunnel.couch_client.field(:accept_port)"
+ }
+}