remove autoexport from cdist-config
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8838fe76ab
commit
40752d4ac4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# Fail if something bogus is going on and export all variables
|
# Fail if something bogus is going on and export all variables
|
||||||
# The export is mainly needed for remote knowledge
|
# The export is mainly needed for remote knowledge
|
||||||
set -au
|
set -u
|
||||||
|
|
||||||
# Values can be overriden from outside, so you can
|
# Values can be overriden from outside, so you can
|
||||||
# customise paths as you like (for distributors, geeks and hackers)
|
# customise paths as you like (for distributors, geeks and hackers)
|
||||||
|
|
Loading…
Reference in a new issue