summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-25 16:06:51 +0100
committervarac <varacanero@zeromail.org>2016-02-25 16:06:51 +0100
commit53a4c75ae09feb6d89b3535886663356d9ef4287 (patch)
treec4aa665d7fccdc17415faa9fceb79c976fa3093e
parentb2dada713dd3486dec8eaf9bdcd1e223c9297f68 (diff)
Use pbkdf2 as pwhash algorythm, sha1 is outdated
-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()