summaryrefslogtreecommitdiff
path: root/provider_base/services/couchdb.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-20 20:28:08 +0100
committerMicah Anderson <micah@riseup.net>2013-04-02 10:21:06 -0400
commit6f422863966a7e361f1c52be33a50e55bb39b9ff (patch)
treeb4a718d412a941a9273d20914b6794d4f8160fc3 /provider_base/services/couchdb.json
parent7a08ff22b0317e77895e4ff52e6f56db70afb8df (diff)
updated shorewall dnat hiera values for bigcouch cluster protocol
Diffstat (limited to 'provider_base/services/couchdb.json')
-rw-r--r--provider_base/services/couchdb.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index 7b649da9..41f9695f 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -7,7 +7,6 @@
"couch_server": "= stunnel_server(couch.port)",
"bigcouch_replication_server": "= stunnel_server(couch.bigcouch.port)"
},
- "stunnel": "= nextport = 4000; nodes_like_me[:services => :couchdb].values.inject({}) {|hsh, node| hsh[node.name + node.couch.bigcouch.port.to_s] = {'accept_port' => nextport.to_s, 'connect' => node.domain.full }; nextport+=1; hsh}",
"couch": {
"port": 5984,
"bigcouch": {