summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/couchdb.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-20 22:17:55 +0100
committerMicah Anderson <micah@riseup.net>2013-04-02 10:21:06 -0400
commit63e6b8633e07045751011c0218f9e6891e25cca5 (patch)
treec7aa0ef465eee5afce9533b0d48ab18e7a24b4a0 /puppet/modules/site_webapp/manifests/couchdb.pp
parent6e223037a4ca36273984c0ab0f2eb9b81f5f10da (diff)
provide stunnel connect_port to site_webapp:couchdb
Diffstat (limited to 'puppet/modules/site_webapp/manifests/couchdb.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/couchdb.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/manifests/couchdb.pp b/puppet/modules/site_webapp/manifests/couchdb.pp
index 48a95c8d..ffc4454b 100644
--- a/puppet/modules/site_webapp/manifests/couchdb.pp
+++ b/puppet/modules/site_webapp/manifests/couchdb.pp
@@ -48,6 +48,7 @@ class site_webapp::couchdb {
}
$couchdb_stunnel_client_defaults = {
+ 'connect_port' => '6984',
'client' => true,
'cafile' => "${x509::variables::local_CAs}/${ca_name}.crt",
'key' => "${x509::variables::keys}/${cert_name}.key",