fix names in vars

This commit is contained in:
Louis Abel 2024-12-15 19:57:43 -07:00
parent 2c20240407
commit 07536f427a
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@ kojid_packages:
- rng-tools
kojid_vendor: Rocky
kojid_packager: infrastructure@rockylinux.org
kojid_packager: releng@rockylinux.org
kojid_distribution: Rocky
kojid_web_url: https://koji.rockylinux.org/koji
kojid_hub_url: https://koji.rockylinux.org/kojihub
kojid_files_url: https://koji.rockylinux.org/kojifiles
kojid_web_url: https://kojidev.rockylinux.org/koji
kojid_hub_url: https://kojidev.rockylinux.org/kojihub
kojid_files_url: https://kojidev.rockylinux.org/kojifiles
kojid_ca_bundle: /etc/pki/tls/certs/ca-bundle.crt
kojid_keytab: /etc/kojid.keytab
kojid_smtp_host: smtp.rockylinux.org

View File

@ -13,7 +13,7 @@ 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"
admin_emails="releng@rockylinux.org"
;smtphost={{ kojid_smtp_host }}
;smtp_user={{ kojid_smtp_user }}
;smtp_pass={{ kojid_smtp_pass }}