forked from ungleich-public/cdist
indent __cdist_init_deploy call
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8d3d11ea1b
commit
88a9700902
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ echo "cdist $__cdist_version: Configuring $__cdist_target_host"
|
|||
#
|
||||
|
||||
# Prepare local and remote directories
|
||||
__cdist_init_deploy "$__cdist_target_host"
|
||||
__cdist_init_deploy "$__cdist_target_host"
|
||||
|
||||
# Transfer cdist "binaries"
|
||||
cdist-bin-transfer "$__cdist_target_host" "$__cdist_remote_bin_dir"
|
||||
|
|
Loading…
Reference in a new issue