Skip to content

Commit

Permalink
Fixes #37162 - Make sure ESXi hypervisor check in time is reflected i…
Browse files Browse the repository at this point in the history
…n sub facet
  • Loading branch information
chris1984 committed Feb 27, 2024
1 parent 49bd434 commit 72394b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/actions/katello/host/hypervisors_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def update_subscription_facet(uuid, host)
if @candlepin_attributes.key?(uuid)
host.subscription_facet.candlepin_consumer.consumer_attributes = @candlepin_attributes[uuid]
host.subscription_facet.import_database_attributes
host.subscription_facet.last_checkin = Time.now
host.subscription_facet.save!
end
end
Expand Down

0 comments on commit 72394b6

Please sign in to comment.