Hide Forgot
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/
Created redmine issue http://projects.theforeman.org/issues/13182 from this bug
Moving to POST since upstream bug http://projects.theforeman.org/issues/13182 has been closed ------------- Brad Buckingham Applied in changeset commit:katello|e2f9a7f5b5fa5de74ceb28342d2823105b9ec859.
Verified that this works as expected by: * Created a custom puppet-based repo pointed at a small-ish puppet repository, choosing the option to publish it via http * Synchronized it * Used the web ui and curl to visit the published repo: ~ » curl http://<SERVER>/pulp/puppet/Default_Organization-Puppet-RandomModule/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>Index of /pulp/puppet/Default_Organization-Puppet-RandomModule</title> </head> <body> <h1>Index of /pulp/puppet/Default_Organization-Puppet-RandomModule</h1> <table> <tr><th valign="top"><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr> <tr><th colspan="5"><hr></th></tr> <tr><td valign="top"><img src="/icons/back.gif" alt="[PARENTDIR]"></td><td><a href="/pulp/puppet/">Parent Directory</a></td><td> </td><td align="right"> - </td><td> </td></tr> <tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="modules.json">modules.json</a></td><td align="right">2016-03-24 11:06 </td><td align="right"> 78 </td><td> </td></tr> <tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="system/">system/</a></td><td align="right">2016-03-24 11:06 </td><td align="right"> - </td><td> </td></tr> <tr><th colspan="5"><hr></th></tr> </table> </body></html> ~ » curl http://<SERVER>/pulp/puppet/Default_Organization-Puppet-RandomModule/system/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>Index of /pulp/puppet/Default_Organization-Puppet-RandomModule/system</title> </head> <body> <h1>Index of /pulp/puppet/Default_Organization-Puppet-RandomModule/system</h1> <table> <tr><th valign="top"><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr> <tr><th colspan="5"><hr></th></tr> <tr><td valign="top"><img src="/icons/back.gif" alt="[PARENTDIR]"></td><td><a href="/pulp/puppet/Default_Organization-Puppet-RandomModule/">Parent Directory</a></td><td> </td><td align="right"> - </td><td> </td></tr> <tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="releases/">releases/</a></td><td align="right">2016-03-24 11:06 </td><td align="right"> - </td><td> </td></tr> <tr><th colspan="5"><hr></th></tr> </table> </body></html> ~ »
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501