forked from ungleich-public/cdist
export __target_user to non-core
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
2830e2e894
commit
69fc63df1e
4 changed files with 8 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ __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_user="$__cdist_remote_user"
|
||||
|
||||
# Export variables for core, which others do not reset
|
||||
export __cdist_local_base_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue