diff --git a/cdist/conf/type/__block/manifest b/cdist/conf/type/__block/manifest index 1fc9ec79..bf96181c 100755 --- a/cdist/conf/type/__block/manifest +++ b/cdist/conf/type/__block/manifest @@ -31,6 +31,6 @@ echo "$prefix" > "$block" if [ "$text" = "-" ]; then cat "$__object/stdin" >> "$block" else - cat "$text" >> "$block" + echo "$text" >> "$block" fi echo "$suffix" >> "$block"