Skip to content
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

yum::versionlock with ensure => absent doesn't purge entries #61

Closed
bovy89 opened this issue Aug 26, 2017 · 0 comments
Closed

yum::versionlock with ensure => absent doesn't purge entries #61

bovy89 opened this issue Aug 26, 2017 · 0 comments

Comments

@bovy89
Copy link

bovy89 commented Aug 26, 2017

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 3, 4, 5
  • Ruby: *
  • Distribution: RedHat bases
  • Module version: >= 0.10.0

How to reproduce (e.g Puppet code you use)

yum::versionlock { "0:mongodb-org-shell-3.4.7-1.el7.*":
  ensure => 'present',
}

----> add entry

yum::versionlock { "0:mongodb-org-shell-3.4.7-1.el7.*":
  ensure => 'absent',
}

---> nothing

Exclude option could be a workaround, but not a correct solution.

What are you seeing

Entry is not deleted

What behaviour did you expect instead

Entry is deleted

Output log

Any additional information you'd like to impart

concat:fragment need at least one fragment to purge entries

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

No branches or pull requests

1 participant