voxpupuli / puppet-yum

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

fix package name for yum plugin versionlock on RHEL/CentOS 8 #205

Closed TheMeier closed 3 years ago

TheMeier commented 3 years ago

RHEL/CentOS 8 does not provide yum-plugin-versionlock, this patch sets the package prefix for the versionlock plugin package depending on the os release major version

fixes #197