forked from ungleich-public/cdist
document bug in __rsyncer (needs to be fixed)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
c5bd76ffbc
commit
f73709d467
1 changed files with 4 additions and 0 deletions
|
@ -40,5 +40,9 @@ if [ -f "$__object/parameter/delete" ]; then
|
||||||
args="$args --delete"
|
args="$args --delete"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# FIXME:
|
||||||
|
# - using root@ may break - find a good way to avoid this
|
||||||
|
# - align with __remote_{exec,copy} variables?
|
||||||
|
|
||||||
# Run rsync (locally).
|
# Run rsync (locally).
|
||||||
echo "$rsyncbin $args $source root@$__target_host:$destination"
|
echo "$rsyncbin $args $source root@$__target_host:$destination"
|
||||||
|
|
Loading…
Reference in a new issue