forked from ungleich-public/cdist
a giant commit into the future
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
edc4bf6a47
commit
995bf8d963
6 changed files with 52 additions and 46 deletions
|
|
@ -59,6 +59,10 @@ while [ $# -gt 0 ]; do
|
|||
# Copy directory, needs to be one level above, otherwise subdir is created
|
||||
# FIXME: add -q later
|
||||
ssh "${__cdist_remote_user}@${__cdist_target_host}" "mkdir -p \"$remote_object_dir\""
|
||||
|
||||
#
|
||||
ssh "${__cdist_remote_user}@${__cdist_target_host}" "mkdir -p \"$remote_object_dir\""
|
||||
|
||||
scp -r "$local_params_dir" "${__cdist_remote_user}@${__cdist_target_host}:$remote_object_dir"
|
||||
|
||||
if [ -d "$local_src_dir" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue