forked from ungleich-public/cdist
consul-template is no longer distributed as a tar. it is now a zip archive
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
1ed0d6bbe3
commit
96b49f4e99
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ __staged_file /usr/local/bin/consul-template \
|
|||
--source "$(cat "$version_dir/source")" \
|
||||
--cksum "$(cat "$version_dir/cksum")" \
|
||||
--fetch-command 'curl -s -L "%s"' \
|
||||
--prepare-command 'tar -xzf "%s"; cat consul-template_*/consul-template' \
|
||||
--prepare-command 'unzip -p "%s"' \
|
||||
--state "$state" \
|
||||
--group root \
|
||||
--owner root \
|
||||
|
|
Loading…
Reference in a new issue