Skip to content

Kernel-devel shows version as all installed versions #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tlclark-ssc opened this issue Jun 19, 2023 · 0 comments
Open

Kernel-devel shows version as all installed versions #317

tlclark-ssc opened this issue Jun 19, 2023 · 0 comments

Comments

@tlclark-ssc
Copy link

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:

  1. Have multiple version of kernel-devel installed on CentOS 7 box
  2. Have Puppet Package module installed
  3. Go to Puppet console and select tasks
  4. New Task
  5. select Package::linux
  6. Enter kernel-devel for package
  7. Enter version that is older than currently running kernel
  8. Enter action = uninstall
  9. Run task
  10. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants