summaryrefslogtreecommitdiff
path: root/manifests/document.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/document.pp')
-rw-r--r--manifests/document.pp2
1 files changed, 1 insertions, 1 deletions
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}"