core/__cdist_run_remote

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-14 01:47:26 +02:00
commit 9e94bb56a2
6 changed files with 18 additions and 59 deletions

View file

@ -32,6 +32,6 @@ __cdist_object_code_run()
__cdist_code_run "$__cdist_object_code_run_object" "${__cdist_name_gencode_local}"
# Code remote
cdist-run-remote "$__cdist_target_host" \
"cdist-code-run" "$__cdist_object_code_run_object" "${__cdist_name_gencode_remote}"
__cdist_run_remote "$__cdist_target_host" \
"__cdist_code_run" "$__cdist_object_code_run_object" "${__cdist_name_gencode_remote}"
}