forked from ungleich-public/cdist
fix first bugs in remotely running code
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9e94bb56a2
commit
00bbadef78
3 changed files with 4 additions and 5 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_code_run" \
|
||||
"$__cdist_object_code_run_object" "${__cdist_name_gencode_remote}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue