Module to manage Linux kernel modules
Members
Return a list of all available kernel modules
CLI Example:
salt '*' kmod.available
Check to see if the specified kernel module is available
CLI Example:
salt '*' kmod.check_available kvm
Load the specified kernel module
CLI Example:
salt '*' kmod.load kvm