Update rpm.md

for error "The GPG keys listed for the "grafana" repository are already installed but they are not correct for this package."
This commit is contained in:
weijh
2017-10-13 12:00:22 +08:00
committed by GitHub
parent 2992fb4b0e
commit d0ace0bc13

View File

@@ -57,8 +57,7 @@ baseurl=https://packagecloud.io/grafana/stable/el/6/$basearch
repo_gpgcheck=1 repo_gpgcheck=1
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=https://packagecloud.io/gpg.key gpgkey=https://packagecloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
sslverify=1 sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt sslcacert=/etc/pki/tls/certs/ca-bundle.crt
``` ```