summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 16:58:58 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 17:00:21 -0400
commit0570554dea20f1c3c85339fdb07b5a67fa08d8ce (patch)
treee41a3c7ee4572602fabe5fe8d143a69d0f875706 /services
parentc03913a8b0340a8cc6960cd4cadae8ce0be936f7 (diff)
remove no longer used stunnel and haproxy keys
Diffstat (limited to 'services')
-rw-r--r--services/webapp.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/webapp.json b/services/webapp.json
index 8e886aa..eec8298 100644
--- a/services/webapp.json
+++ b/services/webapp.json
@@ -1,9 +1,5 @@
{
"webapp": {
"couchdb_hosts": "= hostnames nodes_like_me[:services => :couchdb]"
- },
- "stunnel": "= nextport = 5000; nodes_like_me[:services => :couchdb].values.inject({}) {|hsh, node| hsh[node.name + node.couch.port.to_s] = {'accept_port' => nextport.to_s, 'connect' => node.domain.name}; nextport+=1; hsh}",
- "haproxy": {
- "local_ports": "= stunnel.values.collect {|i|i['accept_port']}"
}
}