summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/couchdb.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 15:31:04 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 15:31:04 -0400
commitc4397077adb35cf5ec05976e2918bacdd3960703 (patch)
tree026ee5dae506136a45a14540fa1876924f64d0df /puppet/modules/site_webapp/manifests/couchdb.pp
parent5c44ec03fb9940d2801e6c7765084725656d1ce9 (diff)
pass $ca_name to stunnel::setup - this eliminates a dynamic scoped variable lookup, and warning
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 e956fd54..8dfe6e12 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 {
cert_name => $cert_name,
key => $key,
cert => $cert,
+ ca_name => $ca_name
ca => $ca
}