qusal/salt/browser/files/repo/chrome.yum.repo
Ben Grande b2c9479e50
fix: enforce https on repository installation
Previously was just http to allow for caching and non-caching of
packages. Currently, a client tool exists to rewrite repository
definitions.
2024-05-16 18:57:59 +02:00

9 lines
198 B
TOML

[google-chrome]
name=google-chrome - $basearch
baseurl=https://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-chrome
# vim: ft=toml