summaryrefslogtreecommitdiff
path: root/manifests/add_user.pp
diff options
context:
space:
mode:
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 b3297eb..28826f3 100644
--- a/manifests/add_user.pp
+++ b/manifests/add_user.pp
@@ -25,7 +25,7 @@ define couchdb::add_user ( $roles, $pw, $salt = '' ) {
# update the user with the given password unless they already work
couchdb::update { "update_user_${name}":
- port => $port,
+ host => "127.0.0.1:${port}",
db => '_users',
id => "org.couchdb.user:${name}",
data => $data,