Actions
Bug #18721
closedMake sure that the UI/CLI is properly showing the error from pulp on puppet module upload
Description
Before pulp was swallowing errors when puppet modules were being uploaded. Now with this fix, the error should be properly set on the task:
https://pulp.plan.io/issues/2512
We need to make sure that the Katello UI and hammer are displaying this message.
Steps:
1. Create a bad module (e.g. "touch blah-blah-1.2.1.tar.gz")
2. Upload it via Hammer/UI
3. Confirm that you see "Could not extract puppet module."
Actions