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 vmm
Check to see if the specified kernel module is loaded
CLI Example:
salt '*' kmod.is_loaded vmm
Load the specified kernel module
CLI Example:
salt '*' kmod.load bhyve
Return a dict containing information about currently loaded modules
CLI Example:
salt '*' kmod.lsmod
Return a list of the loaded module names
CLI Example:
salt '*' kmod.mod_list
Remove the specified kernel module
CLI Example:
salt '*' kmod.remove vmm
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.freebsdkmod.html