voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 99 forks source link

Finish out dnf path for versionlock. #253

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

Pull Request (PR) description

The versionlock file used by the module actually points to the wrong place on dnf based systems. This should fix that up and add a parameter to make it easier to set locks/actions.

This Pull Request (PR) fixes the following issues

n/a

trevor-vaughan commented 2 years ago

This seems like a reasonable implementation to me.

traylenator commented 2 years ago

This breaks a lot of rspec referencing yum::versionlock where the provider fact is not set.

Could we use OS version in hiera or add a default to common.yaml?