From 39285550424853bc4ba38e447361ab77dea505d5 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 29 Jul 2013 14:55:37 -0400 Subject: For now, soledad will only exist on couchdb nodes (but not every couchdb has soledad), so fix the port to be the local couchdb port. In the future, we may want to separate them out. There is no need to do haproxy with soledad, because the client is supposed to try a different soledad node if it can't connect Change-Id: I87e2c5079ba361634336316721c4358a0917fb09 --- puppet/modules/soledad/manifests/server.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/modules/soledad') diff --git a/puppet/modules/soledad/manifests/server.pp b/puppet/modules/soledad/manifests/server.pp index a75b4b8a..00fee4ac 100644 --- a/puppet/modules/soledad/manifests/server.pp +++ b/puppet/modules/soledad/manifests/server.pp @@ -4,7 +4,7 @@ class soledad::server { $couchdb = hiera('soledad') $couchdb_host = 'localhost' - $couchdb_port = '4096' + $couchdb_port = '5984' $couchdb_user = $couchdb['couchdb_admin_user']['username'] $couchdb_password = $couchdb['couchdb_admin_user']['password'] -- cgit v1.2.3