forked from ungleich-public/cdist
strip one parameter from cdist-bin-transfer
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5b82a0fcda
commit
96c9ecf6fe
2 changed files with 5 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ echo "cdist $__cdist_version: Configuring $__cdist_target_host"
|
|||
__cdist_init_deploy "$__cdist_target_host"
|
||||
|
||||
# Transfer cdist "binaries"
|
||||
cdist-bin-transfer "$__cdist_target_host" "$__cdist_remote_bin_dir"
|
||||
cdist-bin-transfer "$__cdist_target_host"
|
||||
|
||||
# Execute general explorers
|
||||
cdist-explorer-run-init "$__cdist_target_host" "$__cdist_out_explorer_dir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue