- blank lines
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8abd5ce33e
commit
8315ac2e25
2 changed files with 2 additions and 2 deletions
|
@ -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")"
|
||||
|
||||
|
|
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue