summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-12-03 12:39:03 -0500
committerMicah Anderson <micah@leap.se>2013-12-17 10:47:10 -0500
commitea37ddb5b324686fe2e3489119e4000a50d9a138 (patch)
tree8921ac353a80f2a5c3f7e6af2d563e6cad4e045a
parent12d489e5fd3cfc8b7f9d9132ba015cfe2dc46cf8 (diff)
restore missing couchdb_host variable for leap_mx
Change-Id: I5b21471ab5de55b627a200b256168122f49c1e28
-rw-r--r--puppet/modules/leap_mx/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp
index e0c3660b..b59eac01 100644
--- a/puppet/modules/leap_mx/manifests/init.pp
+++ b/puppet/modules/leap_mx/manifests/init.pp
@@ -4,6 +4,7 @@ class leap_mx {
$couchdb_user = $leap_mx['username']
$couchdb_password = $leap_mx['password']
+ $couchdb_host = 'localhost'
$couchdb_port = '4096'
include soledad::common