Finish ugly explorer integration

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-04 22:39:26 +01:00
commit 16f51ca14d
5 changed files with 28 additions and 12 deletions

View file

@ -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