replace usage of cdist-dir and use new syntax
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
abe6e695bc
commit
e6d2a301c9
4 changed files with 7 additions and 12 deletions
|
|
@ -30,6 +30,5 @@ __cdist_target_host="$1"; shift
|
|||
__cdist_object_self="$1"; shift
|
||||
|
||||
__cdist_echo info "Transferring object"
|
||||
cdist-dir push "$__cdist_target_host" \
|
||||
"$(__cdist_object_dir "$__cdist_object_self")" \
|
||||
__cdist_dir push "$(__cdist_object_dir "$__cdist_object_self")" \
|
||||
"$(__cdist_remote_object_dir "$__cdist_object_self")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue