Actions
Bug #25949
closedBoolean false facts do not show up in the web UI
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Hello team,
When viewing the facts for hosts on their facts page https://${foremanurl}/hosts/${host}/facts the facts with a value of boolean false do not show up, as if they are not defined at all. Boolean facts with value of true DO show up.
I have around 400 facts per host and the setting for my results per page is 500 so all facts are visible on the first page.
The same facts are displayed correctly if you do puppet facts find:
"is_libvirtd": false, <- Does not show up in foreman, also when queried via api.
"is_megaraid": true, <- Shows up
"is_nfsclient": "false", <- It is string, so it shows up.
We are running foreman version 1.19.0 and puppet 5.5.7
Kind Regards,
Atanas Stoyanov
intelliAd Media GmbH
Actions