forked from ungleich-public/cdist
change to actual host config, before executing it
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9668e37fca
commit
c525129bdd
1 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,9 @@ fi
|
||||||
|
|
||||||
# Run the manifest, but abort on first error
|
# Run the manifest, but abort on first error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# change to config dir, to be able to use relative filenames
|
||||||
|
cd "${conf}"
|
||||||
|
|
||||||
|
# And apply the stuff
|
||||||
. "${conf}/manifest"
|
. "${conf}/manifest"
|
||||||
|
|
Loading…
Reference in a new issue