diff options
| 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 | 
