voxpupuli / puppet-kmod

manage kernel module with puppet
Apache License 2.0
17 stars 63 forks source link

fixes unit test break after modulesync update, allowing stdlib9 and puppet8 #101

Closed canihavethisone closed 1 year ago

canihavethisone commented 1 year ago

Pull Request (PR) description

This PR fixes unit test break after modulesync update (includes https://github.com/voxpupuli/puppet-kmod/pull/93), allowing stdlib9 and puppet8

canihavethisone commented 1 year ago

If these changes are better sourced/tracked from the 3 other PR's then please delete this one.

smortex commented 1 year ago

This is basically #93 + #97 + #99 combined, for better changelog readability we will merge these PRs that do a single thing. Now that #93 is fixed, it should be quite fast.

Thank you!