diff options
author | varac <varacanero@zeromail.org> | 2013-04-24 16:50:19 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-04-24 16:50:19 +0200 |
commit | b3572aed530b0834d58e75c83ef1eb670d1824e3 (patch) | |
tree | 922415a6ab737bf6764a5461ba9eebcd4be694ad | |
parent | 3ced5ec963311c45cf359803727bd18fe6e23b69 (diff) |
Use pre-salted+hashed admin pw for couchdb (Feature #1941)
-rw-r--r-- | puppet/modules/site_couchdb/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/manifests/init.pp b/puppet/modules/site_couchdb/manifests/init.pp index 6cf8e209..5e26b837 100644 --- a/puppet/modules/site_couchdb/manifests/init.pp +++ b/puppet/modules/site_couchdb/manifests/init.pp @@ -29,6 +29,7 @@ class site_couchdb ( $bigcouch = false ) { class { 'couchdb': bigcouch => $bigcouch, admin_pw => $couchdb_admin_pw, + admin_salt => $couchdb_admin_salt, bigcouch_cookie => $bigcouch_cookie, ednp_port => $ednp_port } |