X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55a31faf2ab24f1590df30c8b61b34265c7a2072..b8c1729e63dcf8e94b296d6ee90cf7c16c79d72c:/tools/salt-install/provision.sh diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index 204c3db83f..7107bd0804 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -226,6 +226,8 @@ T_DIR="/tmp/cluster_tests" arguments ${@} +declare -A NODES + if [ -s ${CONFIG_FILE} ]; then source ${CONFIG_FILE} else @@ -244,7 +246,7 @@ if [ ! -d ${CONFIG_DIR} ]; then exit 1 fi -if grep -q 'fixme_or_this_wont_work' ${CONFIG_FILE} ; then +if grep -rni 'fixme' ${CONFIG_FILE} ${CONFIG_DIR} ; then echo >&2 "The config file ${CONFIG_FILE} has some parameters that need to be modified." echo >&2 "Please, fix them and re-run the provision script." exit 1