do not allow to pass arguments to bin/cdist-manifest-run anymore - use env

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent bfb1cee403
commit ce15edf4d6
  1. 4
      bin/cdist-manifest-run

@ -23,8 +23,8 @@
#
. cdist-config
[ $# -ge 3 ] || __cdist_usage "<target host> <manifest> <out dir> [manifest arguments]"
set -ux
[ $# -eq 3 ] || __cdist_usage "<target host> <manifest> <out dir>"
set -u
__cdist_target_host="$1"; shift
__cdist_manifest="$1"; shift

Loading…
Cancel
Save