begin introduction of cdist-helper-exec

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 9c9d3b33cf
commit b81101ac47
  1. 5
      bin/cdist-explorer-run
  2. 1
      doc/dev/todo/niconext

@ -31,5 +31,10 @@ set -ue
__cdist_target_host="$1"; shift
cdist-helper-exec "${__cdist_target_host}" "cdist-explorer-remote-run" "$@"
exit 23
# use this in cdist-helper-exec
ssh "${__cdist_remote_user}@${__cdist_target_host}" \
"${__cdist_remote_helper_dir}/cdist-explorer-remote-run" "$@"

@ -3,3 +3,4 @@ add explorers per type/object
- define paths in cdist-config
- rewrite cdist-explorer-run
- define helpers on the remote side (like cdist-explorer-coordinator)
- make cdist-config available / put helpers into path

Loading…
Cancel
Save