This commit is contained in:
nazunalika 2021-01-24 11:24:49 -07:00
parent bdf58f4c9c
commit 7e382784d1
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,8 @@ kojid_files_url: https://koji.rockylinux.org/kojifiles
kojid_ca_bundle: /etc/pki/tls/certs/ca-bundle.crt
kojid_keytab: /etc/kojid.keytab
kojid_smtp_host: smtp.rockylinux.org
kojid_smtp_user: smtpuser
kojid_smtp_pass: smtppass
kojid_allowed_scm: "git.centos.org:/* git.rockylinux.org:/*"
kojid_bugzilla: https://bugs.rockylinux.org

View File

@ -13,7 +13,10 @@ server={{ kojid_hub_url }}
topurl={{ kojid_files_url }}
use_createrepo_c=True
from_addr=Koji Build System <buildsys@rockylinux.org>
admin_emails="infrastructure@rockylinux.org"
smtphost={{ kojid_smtp_host }}
smtp_user={{ kojid_smtp_user }}
smtp_pass={{ kojid_smtp_pass }}
host_principal_format = compile/%s@ROCKYLINUX.ORG
keytab = {{ kojid_keytab }}
serverca = {{ kojid_ca_bundle }}