diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 1f18b0ea54..5c2113f749 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -79,7 +79,6 @@ config = { "openid": { "openid_provider": "{{ koschei_openid_provider }}", }, - {% if env == 'staging' %} # this is for > 1.6.1 "links": [ {"name": "Packages", "url": "https://apps{{ env_prefix }}.fedoraproject.org/packages/{package.name}"}, @@ -117,7 +116,6 @@ config = { {{ koschei_topurl }}/package/{name}""" }, }, - {% endif %} } # Local Variables: