summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:44:20 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:44:20 -0400
commitb49a787a2961129a969cfecd1eec1df588aaacac (patch)
tree8deec80b150f605aac7f9e5d5b59526afd765b00
parent15741647f2841eb06ed2d6f0c8237be09728471e (diff)
fix $ednp_port variable name
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a189340..4bd8335 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,4 @@
-class couchdb ( $admin_pw = '', $bigcouch = false, $bigcouch_cookie = '', $ednp = '9001' )
+class couchdb ( $admin_pw = '', $bigcouch = false, $bigcouch_cookie = '', $ednp_port = '9001' )
{
if $admin_pw = '' {