mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
b2c9479e50
Previously was just http to allow for caching and non-caching of packages. Currently, a client tool exists to rewrite repository definitions.
24 lines
561 B
TOML
24 lines
561 B
TOML
[opentofu]
|
|
name=opentofu
|
|
baseurl=https://packages.opentofu.org/opentofu/tofu/rpm_any/rpm_any/$basearch
|
|
repo_gpgcheck=0
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-opentofu
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
metadata_expire=300
|
|
|
|
[opentofu-source]
|
|
name=opentofu-source
|
|
baseurl=https://packages.opentofu.org/opentofu/tofu/rpm_any/rpm_any/SRPMS
|
|
repo_gpgcheck=0
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-opentofu
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
metadata_expire=300
|
|
|
|
# vim: ft=toml
|