facter
does not show the custom facts while Puppetboard does.
According to this source the paramater -p
is required to show all facts including the custom once. I have tried it but the outcome seems to be identical to the outcome of facter
.
I tried facter --custom-dir=/var/lib/puppet/lib/facter
and it results in: invalid option: --custom-dir=/var/lib/puppet/lib/facter
The question is why facter does not show custom puppet facts and how to solve this issue?