summaryrefslogtreecommitdiff
path: root/manifests/update.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/update.pp')
-rw-r--r--manifests/update.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/update.pp b/manifests/update.pp
index bbd2591..579659b 100644
--- a/manifests/update.pp
+++ b/manifests/update.pp
@@ -1,4 +1,4 @@
-define couchdb::update ($db, $id, $data, $port='5984', $unless='/bin/false') {
+define couchdb::update ($db, $id, $data, $port='5984', $unless=undef) {
exec { "couch-doc-update --port ${port} --db ${db} --id ${id} --data \'${data}\'":
require => Exec['wait_for_couchdb'],