Commit 19d63ed4 by John Jarvis

Merge pull request #466 from edx/jarv/fix-elb-reg

Jarv/fix elb reg
parents ae6b9b25 5364727a
...@@ -48,7 +48,7 @@ if [[ -z $zone ]]; then ...@@ -48,7 +48,7 @@ if [[ -z $zone ]]; then
fi fi
if [[ -z $elb ]]; then if [[ -z $elb ]]; then
elb="!!null" elb="false"
fi fi
if [[ -z $dns_name ]]; then if [[ -z $dns_name ]]; then
...@@ -106,7 +106,7 @@ gh_users: ...@@ -106,7 +106,7 @@ gh_users:
dns_zone: $dns_zone dns_zone: $dns_zone
rabbitmq_refresh: True rabbitmq_refresh: True
GH_USERS_PROMPT: '[$name_tag] ' GH_USERS_PROMPT: '[$name_tag] '
elb: "$elb" elb: $elb
EOF EOF
cat $extra_vars cat $extra_vars
# run the tasks to launch an ec2 instance from AMI # run the tasks to launch an ec2 instance from AMI
......
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