bin/cdist-object-manifest-run -> core/__cdist_object_manifest_run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-14 01:15:50 +02:00
commit 5dff2157e2
3 changed files with 60 additions and 59 deletions

View file

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