diff options
author | varac <varacanero@zeromail.org> | 2017-03-16 00:44:44 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-16 00:44:44 +0100 |
commit | 2568ae95455b1800b784971440c609d3680f8dfd (patch) | |
tree | a6581aa09959c1ddc0b3de795efdd1315162d2f7 /puppet/modules | |
parent | 8b9cf218766e0075102db09562293835ab73f432 (diff) |
Direct couch connection if running on same host
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/leap_mx/manifests/init.pp | 2 |
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') |