grep 3.8 deprecated support for egrep + fgrep, and now prints a warning on stderr:
egrep: warning: egrep is obsolescent; using grep -E
<!--
Thank you for contributing to this project!
-->
Avoid exporting all loaded kernel modules as facts.
Only loaded modules will be exported (970
lines -> 16
lines)
yaml
$ facter -y --puppet kmods
kmods:
br_netfilter:
parameters: {}
used_by: []
overlay:
parameters:
check_copy_up: "N"
index: "N"
metacopy: "N"
nfs_export: "N"
permit_mounts_in_userns: "N"
redirect_always_follow: "Y"
redirect_dir: "N"
redirect_max: '256'
xino_auto: "N"
used_by: []
Too many facts might overload puppetserver or slow down puppet runs.
Fixes #90
<!--
Thank you for contributing to this project!
-->
Puppet won't allow facts containing null bytes. This will remove any null bytes from values within the kmods
fact
Fixes #98