Listing puppet module in a Content View with hammer gives wrong version number
Issue
- There are two puppet modules as below,
uuid,name,author,version
0599713b-d275-4e5b-8431-f4c857d64c25,cron,volvoit,0.2.0
e1039558-809a-4216-8ed5-c6872122b9a1,cron,volvoit,0.1.0
- Adding cron 0.1.0 to content view by using uuid it adds without any issue but in listing it says version 0.2.0 is actually added in content view,
# hammer content-view puppet-module add --uuid e1039558-809a-4216-8ed5-c6872122b9a1 --organization="Default_Organization" --content-view="content_test"
Puppet module added to content view
# hammer --csv content-view puppet-module list --content-view="content_test" --organization="Default_Organization"
ID,UUID,Name,Author,Version
121,e1039558-809a-4216-8ed5-c6872122b9a1,cron,volvoit,0.2.0
Environment
- Red Hat Satellite 6.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.