Skip to content

Commit

Permalink
fixes #12001 - update puppet-modules list to support repository name
Browse files Browse the repository at this point in the history
Minor update to support:

hammer> puppet-module list --organization 'Default Organization' --product 'puppet' --repository 'puppet 1'
---|------|------------|--------
ID | NAME | AUTHOR     | VERSION
---|------|------------|--------
2  | dns  | theforeman | 1.3.0
1  | dns  | theforeman | 1.4.0
---|------|------------|--------

This is to be consistent with the corresponding package and erratum
commands.
  • Loading branch information
bbuckingham committed Sep 29, 2015
1 parent f13652c commit 17ffc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hammer_cli_katello/puppet_module.rb
Expand Up @@ -12,7 +12,7 @@ class ListCommand < HammerCLIKatello::ListCommand
end

build_options do |o|
o.expand(:all).including(:organizations, :content_views)
o.expand(:all).including(:organizations, :products, :content_views)
end
end

Expand Down

0 comments on commit 17ffc1e

Please sign in to comment.