summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index dbd75f8..066f429 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -4,7 +4,8 @@ class couchdb (
$bigcouch = false,
$bigcouch_cookie = '',
$ednp_port = '9001',
- $chttpd_bind_address = '0.0.0.0' )
+ $chttpd_bind_address = '0.0.0.0',
+ $pwhash_alg = 'sha1' )
{
if $admin_pw == '' {