InfluxDB DNF repository has changed key url
Opened this issue · 0 comments
mdetrano commented
The signing key used by the packages for the Yum repository has changed: (https://www.influxdata.com/blog/linux-package-signing-key-rotation/).
This module will setup the influx.repo file using the old key.
Quick fix is to change templates/influxdb.repo.erb
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
Though maybe that element could also be parameterized with that URL as a default.