Actions
Bug #17002
closedsubscription-manager facts are not updated in candlepin
Description
I created a custom fact on a registered host:
$ cat /etc/rhsm/facts/override.facts { "custom.fact": "2222" } $ subscription-manager facts --update Successfully updated the system facts.
This fact, while it shows up in the UI on the facts page, does not persist itself into candlepin. I would guess that non-custom fact updates are similarly ignored.
Facts sent to either /rhsm/facts or /api/hosts/facts need to be persisted to candlepin, where applicable.
Actions