|
|
|
@ -57,9 +57,9 @@ if [ ! -f "$__cdist_object_finished" ]; then |
|
|
|
|
done |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
cdist-object-gencode-run "$__cdist_target_host" "$__cdist_object" |
|
|
|
|
cdist-object-push "$__cdist_target_host" "$__cdist_object" |
|
|
|
|
cdist-object-code-run "$__cdist_target_host" "$__cdist_object" |
|
|
|
|
cdist-object-gencode-run "$__cdist_target_host" "$__cdist_object_self" |
|
|
|
|
cdist-object-push "$__cdist_target_host" "$__cdist_object_self" |
|
|
|
|
cdist-object-code-run "$__cdist_target_host" "$__cdist_object_self" |
|
|
|
|
|
|
|
|
|
# Mark this object as done |
|
|
|
|
touch "$__cdist_object_finished" |
|
|
|
|