Module to manage FreeBSD kernel modules
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
Return a dict containing information about currently loaded modules
CLI Example:
salt '*' kmod.lsmod
Remove the specified kernel module
CLI Example:
salt '*' kmod.remove kvm