begin introduction of cdist-helper-exec

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-23 16:51:47 +01:00
parent 9c9d3b33cf
commit b81101ac47
2 changed files with 6 additions and 0 deletions

View File

@ -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" "$@"

View File

@ -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