voxpupuli/puppetboard

Facts only showing RedHat

Closed this issue · 1 comments

Describe the bug

When looking at some facts it's only showing RedHat machines and not the Ubuntu. The ones I've checks are operatingsystem, operatingsystemmajrelease, operatingsystemrelease and osfamily. OS does show both

Puppetboard version

5.1.0
Environment and installation method

  • Ubuntu 22.04 Installed from pip using Python 3.10

Discovered this is relate to puppet 8 and Legacy Facts being disabled by default. You can restore this by adding what's below to your puppet.conf under [Main] and all the legacy facts will be restored. I'm guessing a re-work is needed for the facts tab soon.

include_legacy_facts = true