summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-01-07 17:18:22 +0100
committervarac <varacanero@zeromail.org>2014-01-07 17:18:22 +0100
commita6be3cc3ec8494c5e57bad3351493239bc16b756 (patch)
treeb6961065b7bb0020c361493587e0b0629136eafb /manifests
parentbab9edcb8a081fc32570c3462c8ec7b3c6ce029d (diff)
make chttp bigcouch processes listen only on 127.0.0.1 (Bug #4889)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5c03342..dbd75f8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,10 @@
-class couchdb ( $admin_pw = '', $admin_salt = '', $bigcouch = false, $bigcouch_cookie = '', $ednp_port = '9001' )
+class couchdb (
+ $admin_pw = '',
+ $admin_salt = '',
+ $bigcouch = false,
+ $bigcouch_cookie = '',
+ $ednp_port = '9001',
+ $chttpd_bind_address = '0.0.0.0' )
{
if $admin_pw == '' {