bin/cdist-object-explorer-run -> core/__cdist_object_explorer_run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-14 01:13:01 +02:00
commit f7138c2921
3 changed files with 66 additions and 67 deletions

View file

@ -38,7 +38,7 @@ __cdist_object_prepare()
__cdist_object_prepared="$(__cdist_object_prepared "$__cdist_object_self")"
if [ ! -f "$__cdist_object_prepared" ]; then
__cdist_echo info "Preparing object"
cdist-object-explorer-run "$__cdist_target_host" "$__cdist_object_self"
__cdist_object_explorer_run "$__cdist_object_self"
cdist-object-manifest-run "$__cdist_target_host" "$__cdist_object_self"
# Mark this object as prepared