From 53a4c75ae09feb6d89b3535886663356d9ef4287 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 25 Feb 2016 16:06:51 +0100 Subject: Use pbkdf2 as pwhash algorythm, sha1 is outdated --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3