From 8bb3a5b416a48f371c7f9f09b2058e305d7396be Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Thu, 3 Mar 2011 09:47:02 +0100
Subject: [PATCH] beautify output

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 bin/cdist-config             | 2 +-
 bin/cdist-manifest-run-init  | 1 +
 bin/cdist-object-codegen-all | 2 +-
 conf/manifest/init           | 1 -
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/cdist-config b/bin/cdist-config
index e56cd77a..d1adf760 100755
--- a/bin/cdist-config
+++ b/bin/cdist-config
@@ -130,7 +130,7 @@ __cdist_usage()
 
 __cdist_init_deploy()
 {
-   echo "Creating clean directory structur ..."
+   echo "Creating clean directory structure ..."
 
    # Ensure there is no old stuff, neither local nor remote
    rm -rf "$__cdist_local_base_dir"
diff --git a/bin/cdist-manifest-run-init b/bin/cdist-manifest-run-init
index 79329252..a775d5a5 100755
--- a/bin/cdist-manifest-run-init
+++ b/bin/cdist-manifest-run-init
@@ -31,4 +31,5 @@ __cdist_output_dir="$1"; shift
 
 eval export $__cdist_name_var_manifest=\"\$__cdist_manifest_dir\"
 
+echo "Running initial manifest for $__cdist_target_host ..."
 cdist-manifest-run "$__cdist_target_host" "$__cdist_manifest_init" "$__cdist_output_dir"
diff --git a/bin/cdist-object-codegen-all b/bin/cdist-object-codegen-all
index 204659dc..67f05186 100755
--- a/bin/cdist-object-codegen-all
+++ b/bin/cdist-object-codegen-all
@@ -37,7 +37,7 @@ __cdist_object_list "$__cdist_object_base_dir" > "$__cdist_tmp_file"
 
 while read object; do
    code="$(__cdist_object_code "$object")"
-   echo "Generating code for $object ..."
+   echo "Generating  code  for $object ..."
 
    cdist-object-codegen "$__cdist_target_host"     \
                         "$__cdist_object_base_dir" \
diff --git a/conf/manifest/init b/conf/manifest/init
index 30037481..17ba0e92 100755
--- a/conf/manifest/init
+++ b/conf/manifest/init
@@ -3,7 +3,6 @@
 #
 
 # This is debug and should not be in a production environment
-echo "Running initial manifest for $__target_host"
 echo "We could access other manifests in $__manifest"
 
 __file /etc/cdist-configured --type file