summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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