summaryrefslogtreecommitdiff
path: root/manifests/create_db.pp
AgeCommit message (Collapse)Author
2013-10-22rename readers to members in couch setup (#4219)Azul
couch db readers actually are couchdb members ( they can read and write ). I think couch themselves changed the termology at some point but i might just have used the wrong term from the beginning on. Let's call them members either way because it's more clear that read only members require aditional design docs.
2013-09-25Merge branch 'feature/3709-check-security-before-overwriting'Azul
2013-09-20use require => rather than the -> syntaxAzul
2013-09-19Revert "don't use couchdb::document for creating _security, cause this ↵Azul
special doc doesn't have an _id (#3706)" This reverts commit dacaeb4d98be9468336923f5501822d389bda768. couch-doc-update and thus couchdb::document now also work for _security documents. We simply add the given _id when none is present in the existing doc. Using the normal saving of CouchRest::Document then works.
2013-09-18use curl -f instead of curl | grep -v "error"Azul
curl -f will fail if a 400 or 500 response code is returned
2013-09-04don't use couchdb::document for creating _security, cause this special doc ↵varac
doesn't have and _id (#3706)
2013-08-29fixed merge resolution error from last mergevarac
2013-08-29Merge branch 'master' of ssh://code.leap.se/puppet_couchdbvarac
Conflicts: manifests/create_db.pp
2013-08-29puppet couchdb module doesn't create necessary databases anymore (Bug #3594)varac
2013-08-28couch:document - ensure state of a couch document - (feature #3485)Azul
also made the use of host, hostname and port a bit more consistent.
2013-08-14only create couch database if it does not exist yetAzul
2013-04-23replace single with double quotes when creating db, also for default valuesvarac
2013-04-04clean-up commit: lint, standardize spacing, properly enclose variables, etcMicah Anderson
2013-03-15really replace single with double quotes when creating dbvarac
2013-03-15replace single with double quotes when creating dbvarac
2013-01-21towards create_db using new update scriptvarac
2012-11-06couchdb::query::setup to use curl netrc-file, default value forvarac
2012-11-03site_couchdb:: -> couchdb::varac
2012-11-03added create_db.ppvarac