successfully implement __target_host

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-24 15:14:00 +01:00
commit 3fdb5a2e24
4 changed files with 10 additions and 4 deletions

View file

@ -28,7 +28,7 @@ set -eu
__cdist_target_host="$1"
# Make target host available for non-core
export $__cdist_name_var_target_host=\"\$__cdist_target_host\"
export $__cdist_name_var_target_host="$__cdist_target_host"
################################################################################
# See cdist-stages(7)