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

Overly strict version constraint on puppetlabs-stdlib #219

Open mj opened 12 months ago

mj commented 12 months ago

This module depends on puppetlabs-stdlib >= 9.0.0. This requirements has been introduced when you guys switched to stdlib::to_toml in June.

The to_toml function however has been added to stdlib in 8.1.0 already.

Depending on at least v9.0.0 is problematic because unfortunately there is a huge number of other modules out there that explicitly depend on stdlib < 9. Because of that I'd like to suggest to relax the version constraint to >= 8.1.0 < 10.0.0.