Commit 079fea76 by Kevin Falcone

Merge pull request #2307 from edx/jibsheet/run-ecommerce-role-when-provisioning

Make sure we check and run the ecommerce role
parents 6838a94e 30ee2953
......@@ -261,7 +261,7 @@ EOF
fi
declare -A deploy
roles="edxapp forum notifier xqueue xserver ora discern certs demo testcourses"
roles="edxapp forum ecommerce notifier xqueue xserver ora discern certs demo testcourses"
for role in $roles; do
deploy[$role]=${!role}
done
......
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