From 47daae1aa2d9285bb4c51344f99b6a7f54fd816b Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 22 May 2015 21:09:03 +0200 Subject: [PATCH] Revert "__consul type requires unzip to be installed" This reverts commit 45df8dca119e3004596f290ce423843163cb145b. --- cdist/conf/type/__consul/manifest | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cdist/conf/type/__consul/manifest b/cdist/conf/type/__consul/manifest index ea1a728f..1cbc5413 100755 --- a/cdist/conf/type/__consul/manifest +++ b/cdist/conf/type/__consul/manifest @@ -43,9 +43,7 @@ if [ ! -d "$version_dir" ]; then exit 1 fi -__package unzip - -require="__package/unzip" __staged_file /usr/local/bin/consul \ +__staged_file /usr/local/bin/consul \ --source "$(cat "$version_dir/source")" \ --cksum "$(cat "$version_dir/cksum")" \ --fetch-command 'curl -s -L "%s"' \