From e5ecf06ef15637cb52f65424d6d7d889731c68a9 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 11 Feb 2016 15:35:54 -0800 Subject: use pbkdf2 pwhash for plain couch. --- puppet/modules/site_couchdb/manifests/plain.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/modules/site_couchdb') diff --git a/puppet/modules/site_couchdb/manifests/plain.pp b/puppet/modules/site_couchdb/manifests/plain.pp index 64209142..9338e56a 100644 --- a/puppet/modules/site_couchdb/manifests/plain.pp +++ b/puppet/modules/site_couchdb/manifests/plain.pp @@ -4,7 +4,7 @@ class site_couchdb::plain { admin_pw => $site_couchdb::couchdb_admin_pw, admin_salt => $site_couchdb::couchdb_admin_salt, chttpd_bind_address => '127.0.0.1', - pwhash_alg => $site_couchdb::couchdb_pwhash_alg + pwhash_alg => 'pbkdf2' } include site_check_mk::agent::couchdb::plain -- cgit v1.2.3