Actions
Feature #13488
closedallow filtering of puppet modules by product and repository in content views
Description
I created a product with two puppet repos: One a sync of puppetforge, and the other with a single module from github. The github module was my "development" one but I could not distinguish them in the content view section. Shouldn't I be able to add a specific puppet repository to a CV rather than having to pick&choose individual modules?
Here is the hammer csv to recreate the product:
Name,Label,Organization,Description,Repository,Repository Type,Repository Url Puppet Modules,puppet-modules,Mega Corporation,Example puppet product,Puppet Forge,Custom Puppet,https://forge.puppetlabs.com/ Puppet Modules,puppet-modules,Mega Corporation," ### For creating local motd module ### sudo mkdir /var/www/html/pub/puppet-modules sudo chmod a+rw /var/www/html/pub/puppet-modules git clone https://github.com/puppetlabs/puppetlabs-motd.git cd puppetlabs-motd sudo pulp-puppet-module-builder --output-dir /var/www/html/pub/puppet-modules . ",Puppet MOTD,Custom Puppet,http://katello/pub/puppet-modules/
Actions