feat: add terraform and chrome fedora repositories

This commit is contained in:
Ben Grande 2024-05-16 18:24:03 +02:00
parent 3adc241500
commit d4c3fb11d3
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
6 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1 @@
terraform.asc

View file

@ -0,0 +1,15 @@
[hashicorp]
name=Hashicorp Stable - $basearch
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/stable
enabled=1
gpgcheck=1
gpgkey=https:///etc/pki/rpm-gpg/RPM-GPG-KEY-terraform
[hashicorp-test]
name=Hashicorp Test - $basearch
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/test
enabled=0
gpgcheck=1
gpgkey=https:///etc/pki/rpm-gpg/RPM-GPG-KEY-terraform
# vim: ft=toml