forked from ungleich-public/cdist
__global is not where it seems to be :-)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e39a810685
commit
35a6eefc00
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ export __cdist_conf_dir
|
||||||
# Used to record the source in the object
|
# Used to record the source in the object
|
||||||
export __cdist_manifest
|
export __cdist_manifest
|
||||||
|
|
||||||
# Export information for manifests
|
# Export information for manifests - __cdist_out_dir comes from cdist-config
|
||||||
export __global="$__cdist_out_object_dir"
|
export __global="$__cdist_out_dir"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# The actual run
|
# The actual run
|
||||||
|
|
Loading…
Reference in a new issue