do not use cdist-remote always
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
6d0cdc9456
commit
141b808603
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ __cdist_run_remote()
|
|||
ssh "${__cdist_remote_user}@${__cdist_target_host}" \
|
||||
"export PATH=\"${__cdist_remote_bin_dir}:\$PATH\";" \
|
||||
"export __cdist_out_object_dir=\"$__cdist_remote_out_object_dir\";" \
|
||||
"cdist-remote" "$@"
|
||||
"$@"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue