Hello, I'm looking for the easiest way possible to export a custom Facter fact. I did read over the docs over at https://puppet.com/docs/facter/3.11/fact_overview.html and the rest of the sections. However I read elsewhere that we can export facts via Linux OS environment variables. For example:
export FACTER_my_fact=something
This style of exporting facts seems really useful but I can't find any official documentation on it. Was it deprecated or something?
↧