Create, finish and integrate bin/cdist-exec-transfer
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
da4cd7235c
commit
255124b8c9
4 changed files with 16 additions and 63 deletions
|
|
@ -77,6 +77,7 @@ export __cdist_remote_explorer_dir
|
|||
: ${__cdist_remote_cache_explorer:=$__cdist_remote_cache_dir/$__cdist_name_explorer}
|
||||
export __cdist_remote_cache_explorer
|
||||
: ${__cdist_remote_cache_bin:=$__cdist_remote_base_dir/$__cdist_name_bin}
|
||||
: ${__cdist_remote_cache_exec:=$__cdist_remote_base_dir/$__cdist_name_exec}
|
||||
|
||||
# Tempfiles need to be recreated for each individual script, unshared!
|
||||
__cdist_tmp_dir=$(mktemp -d "/tmp/cdist.XXXXXXXXXXXX")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue