Bug #27718
closedUnable to remove puppet module by uuid from content-view using hammer
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1744254
Description of problem:
Trying to remove a puppet-module's UUID from content-view gives warning that uuid cannot be found when it clearly shows that it's present in the content-view.
Version-Release number of selected component (if applicable):
Foreman foreman-1.22.0.12-1
Katello katello-3.12.0-1
How reproducible:
100%
Steps to Reproduce:
1. Create a repo with puppet module
2. Sync repo
3. Create a content-view and add puppet module in
4. Remove puppet module using hammer command: hammer content-view puppet-module remove --content-view-id=<id> --uuid=<uuid>
Actual results:
Couldn't remove puppet module from the content view
Error: content_view_puppet_module not found.
Expected results:
Successfully remove puppet module form the content view.