successfully implement __target_host
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
93253f7fda
commit
3fdb5a2e24
4 changed files with 10 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue