voxpupuli / puppet-yum

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

Fix plugin package name for DNF #196

Closed mxey closed 3 years ago

mxey commented 3 years ago

Pull Request (PR) description

DNF plugins (at least on CentOS 8) use different packages names than Yum plugins. Instead of yum-plugin-versionlock, you have python3-dnf-plugin-versionlock.

mxey commented 3 years ago

nvm. It turns out, installing yum-plugin-versionlock works fine if you don't globally disable allow_virtual for package resources.