forked from ungleich-public/cdist
remove debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
72f62a8734
commit
d8e2294865
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
. cdist-config
|
. cdist-config
|
||||||
[ $# -eq 2 ] || __cdist_usage "<target host> <object_base_dir>"
|
[ $# -eq 2 ] || __cdist_usage "<target host> <object_base_dir>"
|
||||||
set -eux
|
set -eu
|
||||||
|
|
||||||
__cdist_target_host="$1"; shift
|
__cdist_target_host="$1"; shift
|
||||||
__cdist_object_base_dir="$1"; shift
|
__cdist_object_base_dir="$1"; shift
|
||||||
|
@ -83,6 +83,7 @@ while [ $# -gt 0 ]; do
|
||||||
|
|
||||||
# If so, run explorers on remote side
|
# If so, run explorers on remote side
|
||||||
if [ "$has_explorer" ]; then
|
if [ "$has_explorer" ]; then
|
||||||
|
echo "Running explorers for $object ..."
|
||||||
cdist-run-remote "$__cdist_target_host" \
|
cdist-run-remote "$__cdist_target_host" \
|
||||||
cdist-remote-explorer-run \
|
cdist-remote-explorer-run \
|
||||||
"$__cdist_name_var_type_explorer" \
|
"$__cdist_name_var_type_explorer" \
|
||||||
|
|
Loading…
Reference in a new issue