blob: 61ae0db97a309394a0e989b0a3ba9c2e34437046 (
plain)
1
2
3
4
5
6
7
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)"
}
}
|