summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:40:45 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:40:45 -0400
commit15741647f2841eb06ed2d6f0c8237be09728471e (patch)
treec12eee5a01961e5d1e087899ec8bff7c8daa9525 /manifests/init.pp
parentbc7a303502078288ca7044da102b4634d35fedb0 (diff)
add $ednp_port parameter to configure the erlang distributed node protocol port
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 070baae..a189340 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,4 @@
-class couchdb ( $admin_pw = '', $bigcouch = false, $bigcouch_cookie = '' )
+class couchdb ( $admin_pw = '', $bigcouch = false, $bigcouch_cookie = '', $ednp = '9001' )
{
if $admin_pw = '' {