Skip to content

Commit

Permalink
Revert "Remove subscription label from report slice"
Browse files Browse the repository at this point in the history
This reverts commit 6d863fc.
  • Loading branch information
chris1984 committed Aug 7, 2024
1 parent 32c3ef6 commit e6667ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/foreman_inventory_upload/generators/slice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def report_system_profile(host, host_ips_cache)
) { |v| os_release_value(*v) }
@stream.simple_field('os_kernel_version', fact_value(host, 'uname::release'))
@stream.simple_field('arch', host.architecture&.name)
@stream.simple_field('subscription_status', host.subscription_status_label)
@stream.simple_field('katello_agent_running', false)
@stream.simple_field(
'infrastructure_type',
Expand Down

0 comments on commit e6667ce

Please sign in to comment.