forked from ungleich-public/cdist
Finish ugly explorer integration
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4450b2f573
commit
16f51ca14d
5 changed files with 28 additions and 12 deletions
|
|
@ -37,10 +37,12 @@
|
|||
|
||||
# Paths used on the target - must be kind of secure....
|
||||
: ${__cdist_remote_base_dir:=/var/lib/cdist}
|
||||
: ${__cdist_remote_explorer_dir:=$__cdist_remote_base/explorers}
|
||||
: ${__cdist_remote_cache_dir:=$__cdist_remote_base/cache}
|
||||
: ${__cdist_remote_cache_explorer:=$__cdist_remote_base/cache}
|
||||
: ${__cdist_remote_cache_bin:=$__cdist_remote_base/bin}
|
||||
: ${__cdist_remote_explorer_dir:=$__cdist_remote_base_dir/explorers}
|
||||
export __cdist_remote_explorer_dir
|
||||
: ${__cdist_remote_cache_dir:=$__cdist_remote_base_dir/cache}
|
||||
: ${__cdist_remote_cache_explorer:=$__cdist_remote_cache_dir/explorers}
|
||||
export __cdist_remote_cache_explorer
|
||||
: ${__cdist_remote_cache_bin:=$__cdist_remote_base_dir/bin}
|
||||
|
||||
# create basedir + tempfile for direct usage
|
||||
# FIXME: remove on exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue