Closed jcpunk closed 2 years ago
in theory I've just fixed up the requested bits.
I went ahead and tested this fact (I hadn't really before).
I made a few fixes (including some that cancel changes I'd requested which actually don't work) on https://github.com/raphink/puppet-kmod/tree/pull/44
Looks good to me, I've applied the changes and flattened the patch
Just checking back in.
Good call ;)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This fact causes warnings on puppet runs on some systems (depending on what modules are loaded), such as these:
Warning: Facter: Permission denied @ rb_sysopen - /sys/module/md_mod/parameters/new_array
Warning: Facter: Operation not permitted @ io_fread - /sys/module/kdb/parameters/enable_nmi
Not sure if there's anything we can do about it. It does make puppet runs kind of scary-looking for people who don't know what causes these warnings, though.
This is an initial stab at #33