summaryrefslogtreecommitdiff
path: root/lib/puppet
AgeCommit message (Collapse)Author
2015-06-11added pbkdf2 function for hashing passwords using the pbkdf2 algorithmvarac
i.e., couchdb v1.3 changed the default pw hashing algorithm from sha1 to pbkdf2, see http://docs.couchdb.org/en/1.4.x/configuring.html
2012-10-22couchdblookup: improved error handlingMarc Fournier
Individually catch frequent errors and print a meaningful error message in puppet logs.
2012-09-20couchdblookup: add support for default valueChristian Kaenzig
Add an optional 3rd parameters to couchdblookup that specifies a default value that is returned if the key doesn't exist in the document.
2012-01-04couchdblookup: 2 more testsMarc Fournier
2012-01-04couchdblookup: added case for map+reduce view.Marc Fournier
2010-11-25moved require inside functionMathieu Bornoz
2010-11-25Revert "removed couchdb lookup"Mathieu Bornoz
This reverts commit ea97fa67482e3597b32ffc3a21eb7a3361cc5515.
2010-11-15removed couchdb lookupMathieu Bornoz
2010-11-12initial import of couchdb moduleMathieu Bornoz