kernel_module_loaded
Ensure that a given kernel module is loaded on the system.
⚙️ Compatible targets: Linux
Parameters
| Name | Documentation | 
|---|---|
| name | Complete name of the kernel module, as seen by lsmod or listed in /proc/modules. This parameter is required.  | 
Outcome conditions
You need to replace ${name} with its actual canonified value.
- ✅ Ok: 
kernel_module_loaded_${name}_ok- ☑️  Already compliant: 
kernel_module_loaded_${name}_kept - 🟨 Repaired: 
kernel_module_loaded_${name}_repaired 
 - ☑️  Already compliant: 
 - ❌ Error: 
kernel_module_loaded_${name}_error 
Example
method: kernel_module_loaded
params:
  name: VALUE
Documentation
Ensure that a given kernel module is loaded on the system. If the module is not loaded, it will try to load it via modprobe.