change to actual host config, before executing it

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 15 years ago
parent 9668e37fca
commit c525129bdd
  1. 5
      bin/cdist-apply

@ -33,4 +33,9 @@ fi
# Run the manifest, but abort on first error
set -e
# change to config dir, to be able to use relative filenames
cd "${conf}"
# And apply the stuff
. "${conf}/manifest"

Loading…
Cancel
Save