Allow versions of stdlib below 6.0.0
Closed this issue · 2 comments
saz commented
I don't see any reason, why puppetlabs/stdlib needs to be version 6.0.0 or higher.
The only thing used from stdlib is the type Absolutepath
and this exists since more than 5 years.
If I'm not missing anything, I'll send a pull request to lower the required stdlib version to 4.13.0 (introduced AbsolutePath).
This will make the module compatible to other modules (e.g. I'm currently stuck at stdlib 5.2.0)
saz commented
While looking at dependencies, I don't see any usage of the puppetlabs/concat module?
rtib commented
We can lower the version requirement of puppetlabs/stdlib to 4.13.1, as low as the transient requirement from camptocamp/systemd.