From 4e68c3027b1b96a6f9348667241532c42d591d47 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 28 Mar 2011 18:19:51 +0200 Subject: [PATCH] remove self explanatory comments Signed-off-by: Nico Schottelius --- bin/cdist-object-run | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/cdist-object-run b/bin/cdist-object-run index 90e61fd4..d633e537 100755 --- a/bin/cdist-object-run +++ b/bin/cdist-object-run @@ -56,16 +56,9 @@ if [ ! -f "$__cdist_object_finished" ]; then cdist-object-explorer-run "$__cdist_target_host" "$__cdist_object" fi - # Run the manifest for the current object cdist-object-manifest-run "$__cdist_target_host" "$__cdist_object" - - # Run the gencode scripts for the current object cdist-object-gencode-run "$__cdist_target_host" "$__cdist_object" - - # Transfer the current object to the target cdist-object-push "$__cdist_target_host" "$__cdist_object" - - # Run the code for the current object cdist-object-code-run "$__cdist_target_host" "$__cdist_object" # Mark this object as done