help: influxdata: use generic name for repo

This commit is contained in:
Zenithal 2023-02-15 12:36:16 +00:00
parent 3c586677bc
commit 9b5af59ece
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -33,7 +33,7 @@ sudo apt install influxdb
### Centos / Redhat 用户
新建 `/etc/yum.repos.d/influxdb.repo`,内容为
新建 `/etc/yum.repos.d/influxdata.repo`,内容为
<form class="form-inline">
<div class="form-group">
@ -53,8 +53,8 @@ sudo apt install influxdb
{% raw %}
<script id="yum-template" type="x-tmpl-markup">
[influxdb]
name = InfluxDB Repository - RHEL $releasever
[influxdata]
name = InfluxData Repository - RHEL $releasever
baseurl=https://{%endraw%}{{ site.hostname }}{%raw%}/influxdata/yum/{{release_name}}
enabled=1
gpgcheck=1