diff options
author | varac <varacanero@zeromail.org> | 2016-02-25 16:08:32 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-25 16:08:32 +0100 |
commit | c6e45bc1097ed0a9dc7cb33898ea0b4e60635983 (patch) | |
tree | 629da9ca92b03cbc8c0ef089489f00accd24d875 /puppet/modules/site_couchdb/manifests | |
parent | a33a7d634ab33f46814bd154882f3b1c9b3b3978 (diff) |
couchdb module uses pbkdf2 as default pwhash algor. now
Diffstat (limited to 'puppet/modules/site_couchdb/manifests')
-rw-r--r-- | puppet/modules/site_couchdb/manifests/plain.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/puppet/modules/site_couchdb/manifests/plain.pp b/puppet/modules/site_couchdb/manifests/plain.pp index 9338e56a..b40fc100 100644 --- a/puppet/modules/site_couchdb/manifests/plain.pp +++ b/puppet/modules/site_couchdb/manifests/plain.pp @@ -3,8 +3,7 @@ class site_couchdb::plain { class { 'couchdb': admin_pw => $site_couchdb::couchdb_admin_pw, admin_salt => $site_couchdb::couchdb_admin_salt, - chttpd_bind_address => '127.0.0.1', - pwhash_alg => 'pbkdf2' + chttpd_bind_address => '127.0.0.1' } include site_check_mk::agent::couchdb::plain |