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
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.1.13
Try the shiny new release candidate of Salt, v2014.7.0rc6! More info here.
22.16.57. salt.modules.freebsdjail
22.16.59. salt.modules.freebsdpkg
Upcoming SaltStack events, webinars and local meet ups and user groups.