diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index 1f8277a4907..b0f0db098e0 100644 --- a/docs/sources/installation/rpm.md +++ b/docs/sources/installation/rpm.md @@ -30,9 +30,9 @@ Add the following to a new file at `/etc/yum.repos.d/grafana.repo` name=grafana baseurl=https://packagecloud.io/grafana/stable/el/6/$basearch repo_gpgcheck=1 - gpgcheck=0 enabled=1 - gpgkey=https://packagecloud.io/gpg.key + gpgcheck=1 + gpgkey=https://packagecloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt