mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 12:31:22 +00:00
fcdf86b31c
This commit appends the README.md to state that yaml files should start with `---` and end with `...`. This also addresses some linting warnings that were not appearing during pre-commit on local system.
17 lines
682 B
YAML
17 lines
682 B
YAML
---
|
|
# vars for kojid
|
|
|
|
kojid_vendor: Rocky
|
|
kojid_packager: infrastructure@rockylinux.org
|
|
kojid_distribution: Rocky
|
|
# These three should probably be specified by special vars
|
|
# 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_ca_bundle: /etc/pki/tls/certs/ca-bundle.crt
|
|
kojid_keytab: /etc/kojid.keytab
|
|
kojid_smtp_host: smtp.rockylinux.org
|
|
kojid_allowed_scm: "git.rockylinux.org:/staging/rpms/*:off:/var/srpmproc/srpmproc_wrapper git.rockylinux.org:/rocky/*:off:/var/srpmproc/srpmproc_wrapper git.rockylinux.org:/original/rpms/*:off:/var/srpmproc/srpmproc_wrapper"
|
|
...
|