Skip to content

Commit

Permalink
changed mapping of packages_out_of_date to upgradable_package_count
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsberg committed Jun 8, 2018
1 parent abd1aee commit c35df31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sat6Inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

_sysdata_content_facet_attributes_mapping = {
'katello_agent_installed': 'katello_agent_installed',
'packages_out_of_date': 'upgradable_package_count',
}

_sysdata_facts_mapping = {
Expand Down Expand Up @@ -103,7 +104,6 @@

_sysdata_errata_mapping = {
'errata_out_of_date': 'total',
'packages_out_of_date': 'total',
}

_facts_mapping = {
Expand Down

0 comments on commit c35df31

Please sign in to comment.