Commit 37785a4e by John Jarvis

role order matters

parent c3c324f6
......@@ -185,15 +185,10 @@ EOF
fi
declare -A deploy
deploy[edxapp]=$edxapp
deploy[forum]=$forum
deploy[xqueue]=$xqueue
deploy[xserver]=$xserver
deploy[ora]=$ora
deploy[discern]=$discern
deploy[certs]=$certs
roles="edxapp forum xqueue xserver ora discern certs"
for role in $roles; do
deploy[$role]=${!role}
done
# If reconfigure was selected or if starting from an ubuntu 12.04 AMI
# run non-deploy tasks for all roles
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment