From 8a0f585cbdb8f54d495f636e36b812a3d5b8b804 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 15 Aug 2013 12:52:45 +0200 Subject: 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 --- manifests/document.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/document.pp') diff --git a/manifests/document.pp b/manifests/document.pp index 1b27d44..afbd37a 100644 --- a/manifests/document.pp +++ b/manifests/document.pp @@ -5,7 +5,7 @@ # ensure => {absent,present,*content*} # } # -define couchdb::document ( $host='127.0.0.1:5984', $db, $id, $data, $ensure='content') { +define couchdb::document ( $host='127.0.0.1:5984', $db, $id, $data='{}', $ensure='content') { $url = "${host}/${db}/${id}" -- cgit v1.2.3