Wrong else

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-11 20:49:04 +00:00
parent 37b44bdc7f
commit 601eaef4cc

View file

@ -33,10 +33,10 @@ AuthKeytab = /etc/koji-hub/koji-hub.keytab
{% if env == "staging" %}
{% if inventory_hostname.startswith('koji') %}
ProxyPrincipals = modularity@STG.FEDORAPROJECT.ORG,HTTP/koji.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG
{% endif %}
{% else %}
ProxyPrincipals = HTTP/koji.fedoraproject.org@FEDORAPROJECT.ORG|sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
{% endif %}
{% endif %}
## SSL client certificate auth configuration ##
#note: ssl auth may also require editing the httpd config (conf.d/kojihub.conf)