hardcode path to binary

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/no-dot-cdist
Steven Armstrong 10 years ago
parent 2bcaaa744f
commit b1ef2cffa4
  1. 2
      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"' \

Loading…
Cancel
Save