From ea37ddb5b324686fe2e3489119e4000a50d9a138 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 3 Dec 2013 12:39:03 -0500 Subject: restore missing couchdb_host variable for leap_mx Change-Id: I5b21471ab5de55b627a200b256168122f49c1e28 --- puppet/modules/leap_mx/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/modules/leap_mx') 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 -- cgit v1.2.3