we COULD export all variables
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1b55794a88
commit
3f1078e97c
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
: ${CDIST_HOSTS:=$CDIST_CONFIG/hosts}
|
||||
: ${CDIST_MODULES:=$CDIST_CONFIG/modules}
|
||||
|
||||
# always export variables -- needed if everything gets sourced?
|
||||
set -a
|
||||
|
||||
cdist_debug_echo()
|
||||
{
|
||||
[ "$CDIST_DEBUG" ] && echo "Debug: $@"
|
||||
|
|
Loading…
Reference in a new issue