forked from ungleich-public/cdist
core/__cdist_run_remote
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
188afa2777
commit
9e94bb56a2
6 changed files with 18 additions and 59 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue