remove legacy commented code
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
61b7b68671
commit
e7ff4c37ff
2 changed files with 1 additions and 3 deletions
|
@ -43,6 +43,6 @@ if [ ! -f "$__cdist_object_processed" ]; then
|
|||
cdist-object-explorer-run "$__cdist_target_host" "$__cdist_object"
|
||||
cdist-object-manifest-run "$__cdist_target_host" "$__cdist_object"
|
||||
|
||||
# Mark this object as done
|
||||
# Mark this object as processed
|
||||
touch "$__cdist_object_processed"
|
||||
fi
|
||||
|
|
|
@ -60,8 +60,6 @@ if [ ! -f "$__cdist_object_finished" ]; then
|
|||
|
||||
echo
|
||||
echo "Running object $__cdist_object"
|
||||
#cdist-object-explorer-run "$__cdist_target_host" "$__cdist_object"
|
||||
#cdist-object-manifest-run "$__cdist_target_host" "$__cdist_object"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue