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
|
||||
export __cdist_manifest
|
||||
|
||||
# Export information for manifests
|
||||
export __global="$__cdist_out_object_dir"
|
||||
# Export information for manifests - __cdist_out_dir comes from cdist-config
|
||||
export __global="$__cdist_out_dir"
|
||||
|
||||
################################################################################
|
||||
# The actual run
|
||||
|
|
Loading…
Reference in a new issue