fix: correct yum meta node package name, closes influxdata/DAR#414 (#5358)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/5360/head
parent
fafd59eef7
commit
8697d3e55e
|
@ -61,7 +61,7 @@ sudo dpkg -i influxdb-meta_{{< latest-patch >}}-c{{< latest-patch >}}-1_amd64.de
|
|||
##### RedHat and CentOS (64-bit)
|
||||
|
||||
```bash
|
||||
sudo yum localinstall influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}.x86_64.rpm
|
||||
sudo yum localinstall influxdb-meta-{{< latest-patch >}}-c{{< latest-patch >}}-1.x86_64.rpm
|
||||
```
|
||||
|
||||
### Update the meta node configuration file
|
||||
|
|
Loading…
Reference in New Issue