From 371f1790d1dfbc7f9b32def0b6fb7355fffab3c3 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 14 Aug 2013 17:01:04 +0200 Subject: use full path to curl for sake of consistency --- manifests/add_user.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/add_user.pp b/manifests/add_user.pp index 73cfbf1..b3297eb 100644 --- a/manifests/add_user.pp +++ b/manifests/add_user.pp @@ -29,6 +29,6 @@ define couchdb::add_user ( $roles, $pw, $salt = '' ) { db => '_users', id => "org.couchdb.user:${name}", data => $data, - unless => "curl -f ${name}:${pw}@127.0.0.1:${port}/" + unless => "/usr/bin/curl -f ${name}:${pw}@127.0.0.1:${port}/" } } -- cgit v1.2.3