forked from ungleich-public/cdist
be even more verbose in HACKERS_README
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
45cc072d21
commit
39a2ab4a72
1 changed files with 5 additions and 1 deletions
|
@ -26,8 +26,8 @@ explorers from cdist. I usually do it like this:
|
||||||
################################################################################
|
################################################################################
|
||||||
eof
|
eof
|
||||||
|
|
||||||
# Tell the user what we do, so this script makes sense during execution
|
|
||||||
set -x
|
set -x
|
||||||
|
# Tell the user what we do, so this script makes sense during execution
|
||||||
|
|
||||||
# prepare use (only from top level directory)
|
# prepare use (only from top level directory)
|
||||||
export PATH="$PATH:$(pwd -P)/bin"
|
export PATH="$PATH:$(pwd -P)/bin"
|
||||||
|
@ -35,7 +35,11 @@ export __cdist_conf_dir="$(pwd -P)/conf"
|
||||||
|
|
||||||
export __cdist_local_base_dir=/tmp/localhost
|
export __cdist_local_base_dir=/tmp/localhost
|
||||||
|
|
||||||
|
# Allow user to suply hostname
|
||||||
target="${1:-localhost}"
|
target="${1:-localhost}"
|
||||||
|
|
||||||
|
# Run the real script
|
||||||
cdist-deploy-to "$target"
|
cdist-deploy-to "$target"
|
||||||
|
|
||||||
|
# Display results
|
||||||
find "${__cdist_local_base_dir}"
|
find "${__cdist_local_base_dir}"
|
||||||
|
|
Loading…
Reference in a new issue