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.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/bigcouch/query.pp b/manifests/bigcouch/query.pp
deleted file mode 100644
index 8228e82..0000000
--- a/manifests/bigcouch/query.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-define couchdb::bigcouch::query (
- $cmd, $path, $host='127.0.0.1:5986', $data = '{}' ) {
-
- couchdb::query { "${name}":
- cmd => $cmd,
- host => $host,
- path => $path,
- data => $data
- }
-}