- blank lines

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-28 18:38:08 +02:00
parent 8abd5ce33e
commit 8315ac2e25
2 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,7 @@ set -eu
__cdist_target_host="$1"; shift
__cdist_object="$1"; shift
echo "Transferring object $__cdist_object to target host ..."
cdist-dir push "$__cdist_target_host" \
"$(__cdist_object_dir "$__cdist_object")" \
"$(__cdist_remote_object_dir "$__cdist_object")"

View File

@ -39,6 +39,8 @@
- cdist-object-explorer-run and bin/cdist-object-run seem to contain
very very similar code regarding transfer and co.
- cdist-object-manifest-run:
# Tell cdist that there may be new objects -> WHO? :-)
- general: cdist-object-run-all looks like a good idea!