Commit 1e2f7567 by Diana Payton Committed by GitHub

Docs: Update rpm.md (#21547)

Minor format fix
parent e64b5fd0
...@@ -55,7 +55,8 @@ The YUM repository installs the open source edition of Grafana. ...@@ -55,7 +55,8 @@ The YUM repository installs the open source edition of Grafana.
sudo nano /etc/yum.repos.d/grafana.repo sudo nano /etc/yum.repos.d/grafana.repo
``` ```
2. Enter the following information in grafana.repo and then save it. 2. Enter the following information in grafana.repo and then save it.
For stable releases:
For stable releases:
```bash ```bash
[grafana] [grafana]
name=grafana name=grafana
...@@ -67,7 +68,7 @@ gpgkey=https://packages.grafana.com/gpg.key ...@@ -67,7 +68,7 @@ gpgkey=https://packages.grafana.com/gpg.key
sslverify=1 sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt sslcacert=/etc/pki/tls/certs/ca-bundle.crt
``` ```
For beta releases: For beta releases:
```bash ```bash
[grafana] [grafana]
name=grafana name=grafana
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment