|
|
|
@ -50,6 +50,8 @@ cdist-dir push "$__cdist_target_host" "${__cdist_abs_mydir}" "${__cdist_remote_b |
|
|
|
|
cdist-explorer-run-global "$__cdist_target_host" |
|
|
|
|
cdist-manifest-run-init "$__cdist_target_host" |
|
|
|
|
cdist-manifest-run-all "$__cdist_target_host" |
|
|
|
|
|
|
|
|
|
# Change workflow here: cdist-object-{apply, run, foo} |
|
|
|
|
cdist-object-explorer-all "$__cdist_target_host" |
|
|
|
|
cdist-object-gencode-all "$__cdist_target_host" |
|
|
|
|
|
|
|
|
@ -59,4 +61,6 @@ cdist-dir push "$__cdist_target_host" "$__cdist_out_object_dir" \ |
|
|
|
|
|
|
|
|
|
cdist-code-run-all "$__cdist_target_host" |
|
|
|
|
|
|
|
|
|
# Stop change here |
|
|
|
|
|
|
|
|
|
echo "cdist $__cdist_version: Successfully finished run on $__cdist_target_host" |
|
|
|
|