diff --git a/multi-node-aio/setup-host.sh b/multi-node-aio/setup-host.sh index df2dc85a..7ef85acd 100755 --- a/multi-node-aio/setup-host.sh +++ b/multi-node-aio/setup-host.sh @@ -17,6 +17,9 @@ set -eu # Load all functions source functions.rc +# bring in variable definitions if there is a variables.sh file +[[ -f variables.sh ]] && source variables.sh + # Make the rekick function part of the main general shell declare -f rekick_vms | tee /root/.functions.rc declare -f ssh_agent_reset | tee -a /root/.functions.rc @@ -98,33 +101,38 @@ if [[ "${PARTITION_HOST}" = true ]]; then mount -a fi -cat > /etc/apt/sources.list < /etc/apt/sources.list < /tmp/sources.list < /tmp/sources.list < /etc/apt/apt.conf.d/00-nokey <