mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji: hub/kojid: drop kerberos config options that got dropped upstream
Upstream switched from python-requests-kerberos to python-requests-gssapi and dropped some options. Unfortunately, these cause kojid / kojira to not even start if they are present, so we have to remove them to make things happy. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -140,8 +140,6 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
; Kerberos configuration
|
||||
krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
keytab = /etc/kojid/kojid.keytab
|
||||
krbservice = host
|
||||
krb_rdns = false
|
||||
|
||||
{% set plugins = [] %}
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ max_repo_tasks=30
|
||||
repo_tasks_limit=40
|
||||
|
||||
; Server certificate authority
|
||||
krb_rdns=false
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
;how soon (in seconds) to clean up expired repositories. 1 week default
|
||||
|
||||
Reference in New Issue
Block a user