export __cdist_local_base_dir in cdist-deploy-to for others

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-26 10:42:06 +01:00
commit 1ed0b6d474
3 changed files with 7 additions and 2 deletions

View file

@ -30,6 +30,9 @@ __cdist_target_host="$1"
# Make target host available for non-core
export $__cdist_name_var_target_host="$__cdist_target_host"
# Export variables for core, which others do not reset
export __cdist_local_base_dir
################################################################################
# See cdist-stages(7)
#