bodhi: Fix the krb_keytab value in the production.ini for staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e8ceea85f1
commit
94de49399a
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ krb_ccache = /tmp/krb5cc_%%{uid}
|
|||
krb_ccache = /tmp/krb5cc_%%{uid}
|
||||
{% endif %}
|
||||
krb_principal = bodhi/bodhi{{ env_suffix }}.fedoraproject.org@{{ ipa_realm }}
|
||||
krb_keytab = /etc/krb5.bodhi_bodhi.fedoraproject.org.keytab
|
||||
krb_keytab = /etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab
|
||||
|
||||
##
|
||||
## ACL system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue