export __object and __object_id
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ce15edf4d6
commit
24ce08820e
3 changed files with 12 additions and 4 deletions
|
|
@ -37,6 +37,8 @@ set -u
|
|||
: ${__cdist_name_init:=init}
|
||||
: ${__cdist_name_manifest:=manifest}
|
||||
: ${__cdist_name_manifest_dir:=manifests}
|
||||
: ${__cdist_name_object:=object}
|
||||
: ${__cdist_name_object_id:=object_id}
|
||||
: ${__cdist_name_out_dir:=out}
|
||||
: ${__cdist_name_conf_dir:=conf}
|
||||
: ${__cdist_name_target_host:=target_host}
|
||||
|
|
@ -46,6 +48,8 @@ set -u
|
|||
: ${__cdist_name_var_explorer:=__$__cdist_name_explorer}
|
||||
: ${__cdist_name_var_manifest:=__$__cdist_name_manifest_dir}
|
||||
: ${__cdist_name_var_target_host:=__$__cdist_name_target_host}
|
||||
: ${__cdist_name_var_object:=__$__cdist_name_object}
|
||||
: ${__cdist_name_var_object_id:=__$__cdist_name_object_id}
|
||||
|
||||
# Name of the base directory containing the initial manifests
|
||||
: ${__cdist_name_manifests:=manifests}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue