Actions
Bug #14596
closedCLI: Puppet classes cannot be attached to a content view
Difficulty:
Triaged:
Bugzilla link:
Description
Attempting to add puppet modules to a content view using the CLI fails. E.g.
hammer content-view puppet-module add --organization "$ORG" --content-view RHEL7_Base --author puppetlabs --name ntp
Could not add the puppet module:
Error: content_view_puppet_module not found
It appears that hammer is attempting to perform the id resolver to translate the 'name' to an existing 'content_view_puppet_module'; however, in this scenario it is the above command that will create the record. This appears to be a regression introduced by:
https://github.com/Katello/katello/commit/58bbf1c660d10765d863f3b39b0030ceb9f11381
Actions