voxpupuli / puppet-autofs

Puppet Module for autofs https://forge.puppet.com/puppet/autofs
Apache License 2.0
7 stars 32 forks source link

Relax dependencies version requirements #196

Closed smortex closed 1 year ago

smortex commented 1 year ago
smortex commented 1 year ago

I just realized that puppetlabs has not yet released its module that depend on stdlib to make them compatible with the latest stdlib (e.g. concat). This can result in failures to run our CI if stdlib 9.0 is installed and then the system wants to install concat but no version supporting the installed version of stdlib is available.

I think we should postpone this until Puppetlabs release its modules with updated dependencies.

smortex commented 1 year ago

Some puppetlabs modules are still not updated (e.g. inifile), but most of them are, so I think it is safe now to start relaxing version requirements of dependencies. I am removing the "Draft" status.