voxpupuli / puppet-kmod

manage kernel module with puppet
Apache License 2.0
17 stars 63 forks source link

Skip unreadable enable_nmi parameter #88

Closed arnonerba closed 2 years ago

arnonerba commented 2 years ago

Pull Request (PR) description

This PR creates an array of parameters to manually skip. For now, this is restricted to the enable_nmi parameter, which can't be read even though it appears to have the proper file permissions.

This Pull Request (PR) fixes the following issues

Fixes #79