forked from ungleich-public/cdist
bin/cdist-object-manifest-run -> core/__cdist_object_manifest_run
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f7138c2921
commit
5dff2157e2
3 changed files with 60 additions and 59 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue