macosx
steps to reproduce:
1. add custom fact:
Facter.add(:my_custom_fact) do
has_weight(10_000)
setcode do
Facter.value('os')
end
2. run facter
3. all legacy facts are being displayed, even though '--show-legacy' was not specified