summaryrefslogtreecommitdiff
path: root/puppet/modules
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-28 10:01:32 -0700
committerelijah <elijah@riseup.net>2013-03-28 10:01:32 -0700
commitffda76a47c7f9d5766325d8cdf13d289430456eb (patch)
treef7e1afc76722468442606afe8249f5c035e80375 /puppet/modules
parent92ea0355de872a502d552d89ed88729b9b4fbaa2 (diff)
added stunnel_server
Diffstat (limited to 'puppet/modules')
-rw-r--r--puppet/modules/site_webapp/manifests/couchdb.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/modules/site_webapp/manifests/couchdb.pp b/puppet/modules/site_webapp/manifests/couchdb.pp
index e89880fe..ef61aeb6 100644
--- a/puppet/modules/site_webapp/manifests/couchdb.pp
+++ b/puppet/modules/site_webapp/manifests/couchdb.pp
@@ -5,7 +5,6 @@ class site_webapp::couchdb {
$cert = $x509['cert']
$ca = $x509['ca_cert']
$webapp = hiera('webapp')
- $couchdb_hosts = $webapp['couchdb_hosts']
# haproxy listener on port localhost:4096, see site_webapp::haproxy
$couchdb_host = 'localhost'
$couchdb_port = '4096'