forked from ungleich-public/cdist
do not use __global directly; manifest run works
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
41a0c1dc8a
commit
67ba0f7e9f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
# 2010-2011 Nico Schottelius (nico-cdist at schottelius.org)
|
||||||
#
|
#
|
||||||
# This file is part of cdist.
|
# This file is part of cdist.
|
||||||
#
|
#
|
||||||
|
@ -39,7 +39,7 @@ __cdist_manifest_run()
|
||||||
export __cdist_manifest
|
export __cdist_manifest
|
||||||
|
|
||||||
# Export information for manifests - __cdist_out_dir comes from cdist-config
|
# Export information for manifests - __cdist_out_dir comes from cdist-config
|
||||||
export __global="$__cdist_out_dir"
|
export $__cdist_name_var_global="$__cdist_out_dir"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# The actual run
|
# The actual run
|
||||||
|
|
Loading…
Reference in a new issue