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 | |
| parent | a33a7d634ab33f46814bd154882f3b1c9b3b3978 (diff) | |
couchdb module uses pbkdf2 as default pwhash algor. now
| m--------- | puppet/modules/couchdb | 0 | ||||
| -rw-r--r-- | puppet/modules/site_couchdb/manifests/plain.pp | 3 | 
2 files changed, 1 insertions, 2 deletions
diff --git a/puppet/modules/couchdb b/puppet/modules/couchdb -Subproject b2dada713dd3486dec8eaf9bdcd1e223c9297f6 +Subproject 53a4c75ae09feb6d89b3535886663356d9ef428 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  | 
