forked from ungleich-public/cdist
begin work on __cdist_explorer_run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a277d5a4d4
commit
4fbe2a2676
2 changed files with 2 additions and 4 deletions
|
@ -47,14 +47,12 @@ __cdist_echo info "cdist $__cdist_version: Configuring $__cdist_target_host "
|
|||
# Prepare local and remote directories
|
||||
__cdist_init_deploy "$__cdist_target_host"
|
||||
|
||||
FIXME: stopped here!
|
||||
|
||||
# Transfer cdist executables
|
||||
__cdist_echo info "Transferring cdist binaries/functions to the target host "
|
||||
__cdist_dir push "${__cdist_abs_mydir}" "${__cdist_remote_bin_dir}"
|
||||
__cdist_dir push "${__cdist_core_dir}" "${__cdist_remote_core_dir}"
|
||||
|
||||
cdist-explorer-run-global "$__cdist_target_host"
|
||||
__cdist_explorer_run_global
|
||||
__cdist_manifest_run_init
|
||||
__cdist_object_all __cdist_object_prepare
|
||||
__cdist_object_all __cdist_object_run
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# and __type_explorers can be submitted :-)
|
||||
#
|
||||
|
||||
__cdist_remote_explorer_run()
|
||||
__cdist_explorer_run()
|
||||
{
|
||||
[ $# -eq 3 ] || __cdist_usage "<variable name> <explorer dir> <out dir>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue