Actions
Bug #8606
closedListing puppet modules via api fails 'undefined method sync plan for :product:Symbol
Description
Seen in the current nightly, but no in dev. Needs investigation.
✗ add puppet module to content view
(in test file fb-content-katello.bats, line 61)
`module_id=$(hammer -u admin -p changeme puppet-module list --repository-id=$repo_id | grep dummy | cut -d\| -f1)' failed
undefined method `sync_plan' for :product:Symbol
NoMethodError: undefined method `sync_plan' for :product:Symbol
/opt/rh/ruby193/root/usr/share/gems/gems/katello-2.1.0/app/views/katello/api/v2/repositories/show.json.rabl:45:in `block (2 levels) in eval_source'
/opt/rh/ruby193/root/usr/share/gems/gems/rabl-0.11.4/lib/rabl/builder.rb:152:in `call'
Updated by Justin Sherrill almost 10 years ago
- Status changed from New to Assigned
Updated by Justin Sherrill almost 10 years ago
To reproduce, just run:
hammer -u admin -p changeme puppet-module list
Updated by Justin Sherrill almost 10 years ago
- Subject changed from Adding puppet module to a content view fails 'undefined method sync plan for :product:Symbol to Listing puppet modules via api fails 'undefined method sync plan for :product:Symbol
Updated by The Foreman Bot almost 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4859 added
- Pull request deleted (
)
Updated by Justin Sherrill almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a7d1c6237f0192fcdb1cc15d06d28f9fbef5cb06.
Actions