puppetlabs / puppetlabs-apt

Puppet module to help manage Apt
https://forge.puppetlabs.com/puppetlabs/apt
Apache License 2.0
216 stars 462 forks source link

Require stdlib 9.0.0 or newer #1114

Closed smortex closed 1 year ago

smortex commented 1 year ago

Since c0b8640fc6a7c3381877863960e02da3fa1fe640, we use the namespaced version of stdlib::ensure_packages, which appeared in version 9.0.0 of the stdlib module.

Adjust the version requirement accordingly.

oxc commented 10 months ago

For future reference, shouldn't this be marked as a breaking change?