-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Describe the Bug
Puppet factors list multiple versions of kernel-devel installed. When attempting to use Package::linux uninstall task - it will not uninstall older versions of kernel-devel as it reports the currently running version.
Expected Behavior
Should be able to remove older versions of kernel-devel using Package::linux.
Steps to Reproduce
Steps to reproduce the behavior:
- Have multiple version of kernel-devel installed on CentOS 7 box
- Have Puppet Package module installed
- Go to Puppet console and select tasks
- New Task
- select Package::linux
- Enter kernel-devel for package
- Enter version that is older than currently running kernel
- Enter action = uninstall
- Run task
- Older kernel-devel packages will not be uninstalled as the currently running version is different that the version indicated for uninstall
Environment
- Puppet v2021.7.2
- CentOS 7.9
Additional Context
Add any other context about the problem here.
Reactions are currently unavailable