forked from ungleich-public/cdist
++todo, use new function
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
83e75666c3
commit
a5b9713986
3 changed files with 23 additions and 4 deletions
|
|
@ -28,12 +28,10 @@ __cdist_explorer_run_global()
|
|||
# copy the explorers
|
||||
__cdist_dir push "${__cdist_explorer_dir}" "${__cdist_remote_explorer_dir}"
|
||||
|
||||
# run the initial explorers remotely
|
||||
__cdist_run_remote __cdist_remote_explorer_run # FIXME: add object_self!!!! \
|
||||
"$__cdist_name_var_explorer" "$__cdist_remote_explorer_dir" \
|
||||
# run the global explorers remotely
|
||||
__cdist_explorer_run global "$__cdist_remote_explorer_dir" \
|
||||
"$__cdist_remote_out_explorer_dir"
|
||||
|
||||
|
||||
# retrieve the results
|
||||
__cdist_dir pull "${__cdist_remote_out_explorer_dir}" "${__cdist_out_explorer_dir}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue