summaryrefslogtreecommitdiff
path: root/manifests/bigcouch/query.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/bigcouch/query.pp')
-rw-r--r--manifests/bigcouch/query.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/bigcouch/query.pp b/manifests/bigcouch/query.pp
index cecfe5a..8228e82 100644
--- a/manifests/bigcouch/query.pp
+++ b/manifests/bigcouch/query.pp
@@ -1,10 +1,10 @@
define couchdb::bigcouch::query (
- $cmd, $url, $host='127.0.0.1:5986', $data = '{}' ) {
+ $cmd, $path, $host='127.0.0.1:5986', $data = '{}' ) {
couchdb::query { "${name}":
cmd => $cmd,
host => $host,
- url => $url,
+ path => $path,
data => $data
}
}