From f6678b931fc0264f31e66a53b450872045eb0cd3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 25 Feb 2016 07:18:19 +0100 Subject: [PATCH] Remove zip package from __consul as it is required on the management host only Signed-off-by: Nico Schottelius --- 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 eec71d0b..0187d959 100755 --- a/cdist/conf/type/__consul/manifest +++ b/cdist/conf/type/__consul/manifest @@ -44,9 +44,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"' \