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 stdlibin 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.
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 tostdlib
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
.