fix(telegraf): escape dollar in here-doc to prevent parameter expansion (#6659)

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/6667/head^2
spike77453 2025-12-22 20:47:57 +01:00 committed by GitHub
parent 77e52a54b9
commit 8045b67adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ To use the `yum` package manager to install the latest stable version of Telegra
cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
[influxdata]
name = InfluxData Repository - Stable
baseurl = https://repos.influxdata.com/stable/$basearch/main
baseurl = https://repos.influxdata.com/stable/\$basearch/main
enabled = 1
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-influxdata