Remove zip package from __consul as it is required on the management host only

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2016-02-25 07:18:19 +01:00
parent bf4ece76fd
commit f6678b931f
1 changed files with 1 additions and 3 deletions

View File

@ -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"' \