Fix typos in odcs config
This commit is contained in:
parent
524b07800a
commit
f856c0f9cd
1 changed files with 2 additions and 2 deletions
|
@ -88,12 +88,12 @@ class ProdConfiguration(BaseConfiguration):
|
|||
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
|
||||
KRB_PRINCIPAL = odcs/odcs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG
|
||||
KRB_PRINCIPAL = 'odcs/odcs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG'
|
||||
{% endif %}
|
||||
PDC_INSECURE = {{ odcs_pdc_insecure }}
|
||||
PDC_DEVELOP = {{ odcs_pdc_develop }}
|
||||
|
||||
KRB_KEYTAB = /etc/krb5.odcs_odcs{{env_suffix}}.fedoraproject.org.keytab
|
||||
KRB_KEYTAB = '/etc/krb5.odcs_odcs{{env_suffix}}.fedoraproject.org.keytab'
|
||||
KRB_CCACHE = None
|
||||
|
||||
TARGET_DIR = "{{ odcs_target_dir }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue