voxpupuli / puppet-telegraf

A Puppet module for installing and configuring InfluxData's Telegraf
https://forge.puppet.com/puppet/telegraf
GNU General Public License v3.0
24 stars 98 forks source link

Installs from influxdata repo can use stable repos #198

Closed powersj closed 1 year ago

powersj commented 1 year ago

The current install.pp file has to do some magic with the distro family, name, and/or codename, depending on the distro. However, the InfluxData repo now has 'stable' repos that are distro-agnostic.

Debian-based distros sources.list example:

deb https://repos.influxdata.com/debian stable main

RPM-based distros example baseurl:

https://repos.influxdata.com/stable/\$basearch/main

Feel free to close this if you aren't interested in moving to these, but it may make it easier if others want additional distro support down the road.