From b1ef2cffa47fdd6ea839f623babe0f303f039d34 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Wed, 25 Feb 2015 00:19:10 +0100 Subject: [PATCH] hardcode path to binary Signed-off-by: Steven Armstrong --- cdist/conf/type/__consul/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__consul/manifest b/cdist/conf/type/__consul/manifest index d32009c4..1cbc5413 100755 --- a/cdist/conf/type/__consul/manifest +++ b/cdist/conf/type/__consul/manifest @@ -43,7 +43,7 @@ if [ ! -d "$version_dir" ]; then exit 1 fi -__staged_file "$(cat "$__object/parameter/install-to")" \ +__staged_file /usr/local/bin/consul \ --source "$(cat "$version_dir/source")" \ --cksum "$(cat "$version_dir/cksum")" \ --fetch-command 'curl -s -L "%s"' \