summaryrefslogtreecommitdiff
path: root/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/leap_mx/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/leap_mx/manifests/init.pp b/puppet/modules/leap_mx/manifests/init.pp
index d758e3ab..558b5404 100644
--- a/puppet/modules/leap_mx/manifests/init.pp
+++ b/puppet/modules/leap_mx/manifests/init.pp
@@ -6,7 +6,7 @@ class leap_mx {
$couchdb_password = $leap_mx['password']
$couchdb_host = 'localhost'
- $couchdb_port = '4096'
+ $couchdb_port = hiera('couchdb_port')
$sources = hiera('sources')