summaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Collapse)Author
2018-10-21Update couch module for Debian stretchkwadronaut
Puppet syntax of versioncmp and lsbdistcodename Fixes #1
2016-02-25Use pbkdf2 as pwhash algorythm, sha1 is outdatedvarac
2015-11-03[feat] Support Debian Jessievarac
Add a documentation snippet to the README how to install couchdb from debian unstable.
2015-10-14[feat] Use ensure_packages() instead of package{}varac
The rationale behind this is that many modules might ensure the same packages to be installed, and this will result in duplicate package definitions. ensure_packages() from the stdlib module with solve this. - Resolves: #7530
2015-10-13[bug] Make passing of admin_pw mandatoryvarac
2015-06-11Use pbkdf2 instead of sha1 as hashing algorithm for newer couchdb versionsvarac
couchdb v1.3 changed the default pw hashing algorithm from sha1 to pbkdf2, see http://docs.couchdb.org/en/1.4.x/configuring.html
2014-01-07make chttp bigcouch processes listen only on 127.0.0.1 (Bug #4889)varac
2013-04-24Use pre-salted+hashed admin pw for couchdb (Feature #1941)varac
2013-04-04fix syntax errorMicah Anderson
2013-04-04fix $ednp_port variable nameMicah Anderson
2013-04-04add $ednp_port parameter to configure the erlang distributed node protocol portMicah Anderson
2013-04-04clean-up commit: lint, standardize spacing, properly enclose variables, etcMicah Anderson
2013-03-12Merge remote-tracking branch 'remotes/origin/feature/bigcouch'varac
Conflicts: manifests/init.pp
2013-03-11include bigcouch::debian in init.pp instead of bigcouch.ppvarac
2013-03-10mostly finished bigcouch supportvarac
2013-03-07require package curlvarac
2013-01-20re-add wheezy suppportvarac
2012-12-06Lint couchdb::initMickaël Canévet
2011-11-15file renaming to be compliant with recommended module structure.Marc Fournier
2011-07-28squeeze support, remove trailing whitespaceFrederic Junod
2011-02-25couchdb: this module works under Redhat nowMathieu Bornoz
2010-11-12initial import of couchdb moduleMathieu Bornoz