summaryrefslogtreecommitdiff
path: root/manifests/add_user.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-11-06 10:39:04 +0100
committervarac <varacanero@zeromail.org>2012-11-06 10:39:04 +0100
commitb598e7d2a4be7ee863ae70450a73bfcda381634e (patch)
treefd37a789b59a1201a44d0e454e4d13d964a9a176 /manifests/add_user.pp
parent110fed8abd8c2d7ef4f73bd1a6d0e0f3665190cf (diff)
couchdb::query::setup to use curl netrc-file, default value for
Diffstat (limited to 'manifests/add_user.pp')
-rw-r--r--manifests/add_user.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/add_user.pp b/manifests/add_user.pp
index 3656d7f..acadcd0 100644
--- a/manifests/add_user.pp
+++ b/manifests/add_user.pp
@@ -1,4 +1,4 @@
-define couchdb::add_user ($host, $roles, $pw ) {
+define couchdb::add_user ($host='127.0.0.1:5984', $roles, $pw ) {
couchdb::query { "create_user_$name":
cmd => 'PUT',
host => $host,