mirror of
https://github.com/netdata/netdata.git
synced 2025-04-07 14:55:41 +00:00

* Initial version of new RPM repository configuration. * Update packaging/repoconfig/netdata-edge.repo.centos Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
21 lines
540 B
Text
21 lines
540 B
Text
[netdata]
|
|
name=Netdata
|
|
baseurl=https://repo.netdata.cloud/repos/stable/el/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
gpgcheck=1
|
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
|
enabled=1
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
priority=50
|
|
|
|
[netdata-repoconfig]
|
|
name=Netdata Repository Config
|
|
baseurl=https://repo.netdata.cloud/repos/repoconfig/el/$releasever/$basearch
|
|
repo_gpgcheck=1
|
|
gpgcheck=1
|
|
gpgkey=https://repo.netdata.cloud/netdatabot.gpg.key
|
|
enabled=1
|
|
sslverify=1
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
priority=50
|