monitor-gating: Adjust the name of the principal set in the keytab

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-06-12 20:09:34 +02:00
parent f3872807e0
commit 1f7a151c0d

View file

@ -9,7 +9,7 @@ delay_when_failing = 1800
kb_principal = "monitor-gating/os-master01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
kb_keytab_file = "/etc/keytabs/koji-keytab"
{% else %}
kb_principal = "packagerbot/os-master01.iad2.fedoraproject.org@FEDORAPROJECT.ORG"
kb_principal = "packagerbot/os-master02.iad2.fedoraproject.org@FEDORAPROJECT.ORG"
kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"
{% endif %}