summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 52e9c4f..12598ba 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -6,7 +6,7 @@ class couchdb (
$bigcouch_cookie = '',
$ednp_port = '9001',
$chttpd_bind_address = '0.0.0.0',
- $pwhash_alg = 'sha1' )
+ $pwhash_alg = 'pbkdf2' )
{
# stdlib is needed i.e. for ensure_packages()