You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: