From ca467f2c8ec25132133e058f446217828b932671 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 29 Aug 2013 19:42:19 +0200 Subject: fixed merge resolution error from last merge --- manifests/create_db.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/create_db.pp b/manifests/create_db.pp index afab7b5..690892c 100644 --- a/manifests/create_db.pp +++ b/manifests/create_db.pp @@ -9,7 +9,7 @@ define couchdb::create_db ( couchdb::query { "create_db_${name}": cmd => 'PUT', host => $host, - url => $name, + path => $name, unless => "/usr/bin/curl -s --netrc-file /etc/couchdb/couchdb.netrc ${host}/${name} | grep -q -v '{\"error\":\"not_found\"'" } -- cgit v1.2.3