Remove no-op template blocks

Renaming PHX2 -> IAD2 with existing IAD2 conditional template blocks
left some in the form...:

{% if datacenter == 'iad2' %}
...
{% elif datacenter == 'iad2' %}
...

...making the second block a no-op. Remove them.

Follow up to commit 7984b46eb7

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2020-07-07 17:32:14 +02:00 committed by nphilipp
parent 1d7ed22f11
commit 80f0769e0f
13 changed files with 0 additions and 81 deletions

View file

@ -5,13 +5,6 @@ suffix = 'stg.iad2.fedoraproject.org'
suffix = 'iad2.fedoraproject.org'
vpn_suffix = 'vpn.fedoraproject.org'
{% endif %}
{% elif datacenter == 'iad2' %}
{% if env == 'staging' %}
suffix = 'stg.iad2.fedoraproject.org'
{% else %}
suffix = 'iad2.fedoraproject.org'
vpn_suffix = 'vpn.fedoraproject.org'
{% endif %}
{% else %}
{% if env == 'staging' %}
suffix = 'stg.fedoraproject.org'