Bug #13182
closedPuppet repositories are not exposed via HTTP even with 'unprotected' flag set.
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1032178
Description of problem:
As part of 1aa2292c20cf11bb2fcdf8a9006eb43719bd40c7 we switched from the PuppetDistributor to the PuppetInstallDistributor. This enabled us to deploy modules to a puppet master but makes it so they are not exposed over http.
We should add the PuppetDistributor back so that they are exposed.
Version-Release number of selected component (if applicable):
6.0.2
How reproducible:
Always
Steps to Reproduce:
1. Create a new puppet repository and check 'unprotected'
2. Either sync content from puppetforge or push content to it via katello cli
3. Visit the repository details page and look for the repo url
4. Click the repo url
Actual results:
404
Expected results:
Puppet repository is displayed/
Updated by John Mitsch almost 9 years ago
- Related to Tracker #13186: Replacing Pulp Nodes added
Updated by John Mitsch almost 9 years ago
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Brad Buckingham
- Pull request https://github.com/Katello/katello/pull/5717 added
Updated by Brad Buckingham almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e2f9a7f5b5fa5de74ceb28342d2823105b9ec859.
Updated by Bryan Kearney almost 9 years ago
- Category changed from Web UI to Repositories