summaryrefslogtreecommitdiff
path: root/manifests/update.pp
AgeCommit message (Collapse)Author
2013-08-30couchdb: update_user_webapp fails (Bug #3611)varac
2013-08-14default to undef so no command is run before the execAzul
2013-08-14only create or update a user record if neededAzul
We test the user account by trying to use it to retrieve / on the couch which prints a welcome message if the user is valid and returns a 401 otherwise.
2013-04-04clean-up commit: lint, standardize spacing, properly enclose variables, etcMicah Anderson
2013-03-12Added Exec[wait_for_couchdb]varac
So Couchdb::Query and Couchdb::Update doesn't try to connect to couchdb before it is up and running. That fixes a nasty race condition, see Fix doc update error on puppetrun (Feature #1964).
2013-03-10adding users: use different port when using bigcouchvarac
2012-12-11added couchdb::update (commented out)elijah