summaryrefslogtreecommitdiff
path: root/manifests/bigcouch/query.pp
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-08-15 12:52:45 +0200
committerAzul <azul@riseup.net>2013-08-28 12:52:35 +0200
commit8a0f585cbdb8f54d495f636e36b812a3d5b8b804 (patch)
tree6892cea9b2064ae3ee0c829417e07e1984959376 /manifests/bigcouch/query.pp
parent16a3583c359cd57ff52866a8dfd933726d120d30 (diff)
use couchdb::document to create bigcouch node config (feature #3485)
fixes the use of couch-doc-update with non standart hosts replaces couchdb::bigcouch::query with couchdb::bigcouch::document
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
- }
-}