Commit 37785a4e by John Jarvis

role order matters

parent c3c324f6
...@@ -185,15 +185,10 @@ EOF ...@@ -185,15 +185,10 @@ EOF
fi fi
declare -A deploy declare -A deploy
roles="edxapp forum xqueue xserver ora discern certs"
deploy[edxapp]=$edxapp for role in $roles; do
deploy[forum]=$forum deploy[$role]=${!role}
deploy[xqueue]=$xqueue done
deploy[xserver]=$xserver
deploy[ora]=$ora
deploy[discern]=$discern
deploy[certs]=$certs
# If reconfigure was selected or if starting from an ubuntu 12.04 AMI # If reconfigure was selected or if starting from an ubuntu 12.04 AMI
# run non-deploy tasks for all roles # 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