move examples to localhost
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9af46445ad
commit
8591dde49a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ What you can do so far: (executed from top level directory)
|
||||||
export PATH="$PATH:$(pwd -P)/bin"
|
export PATH="$PATH:$(pwd -P)/bin"
|
||||||
|
|
||||||
# Test first level manifest execution
|
# Test first level manifest execution
|
||||||
__cdist_config=$(pwd -P)/conf __cdist_target_host=ikq02.ethz.ch cdist-manifest-init
|
__cdist_config=$(pwd -P)/conf __cdist_target_host=localhost cdist-manifest-init
|
||||||
|
|
||||||
# See what it generated
|
# See what it generated
|
||||||
find conf/cache
|
find conf/cache
|
||||||
|
|
Loading…
Reference in a new issue