|
|
|
@ -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} |
|
|
|
|