On a Debian installation I'm currently seeing almost 1k facts from kmod module
$ facter -y --puppet kmods | wc -l
973
Puppet 7 is preconfigured with soft limit for facts set to 2048.
Combining default puppet facts with kmod facts can easily exceed this soft limit. Of course the limit can be increased, but I guess the main reason is performance. Currently I find little usage kmod facts. E.g. would it be possible to export only managed modules?
On a Debian installation I'm currently seeing almost 1k facts from
kmodmodule$ facter -y --puppet kmods | wc -l 973Puppet 7 is preconfigured with soft limit for facts set to
2048.Combining default puppet facts with
kmodfacts can easily exceed this soft limit. Of course the limit can be increased, but I guess the main reason is performance. Currently I find little usagekmodfacts. E.g. would it be possible to export only managed modules?