comment for sysadmins
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
01a541d017
commit
91106ba0af
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if [ "$parallel" ]; then
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Display all failed hosts after all runs are done
|
# Display all failed hosts after all runs are done, so the sysadmin gets them
|
||||||
while [ "$e" -gt 0 ]; do
|
while [ "$e" -gt 0 ]; do
|
||||||
eval host=\$host_$e
|
eval host=\$host_$e
|
||||||
__cdist_echo error "Configuration of host $host failed."
|
__cdist_echo error "Configuration of host $host failed."
|
||||||
|
|
Loading…
Reference in a new issue