Module to manage FreeBSD kernel modules
salt.modules.freebsdkmod.
available
()Return a list of all available kernel modules
CLI Example:
salt '*' kmod.available
salt.modules.freebsdkmod.
check_available
(mod)Check to see if the specified kernel module is available
CLI Example:
salt '*' kmod.check_available vmm
salt.modules.freebsdkmod.
is_loaded
(mod)Check to see if the specified kernel module is loaded
CLI Example:
salt '*' kmod.is_loaded vmm
salt.modules.freebsdkmod.
load
(mod, persist=False)Load the specified kernel module
CLI Example:
salt '*' kmod.load bhyve
salt.modules.freebsdkmod.
lsmod
()Return a dict containing information about currently loaded modules
CLI Example:
salt '*' kmod.lsmod