Module to manage Linux 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
Check to see if the specified kernel module is loaded
CLI Example:
salt '*' kmod.is_loaded 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
Return a list of the loaded module names
CLI Example:
salt '*' kmod.mod_list
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.7.1
22.16.90. salt.modules.keystone
22.16.92. salt.modules.launchctl
Upcoming SaltStack events, webinars and local meet ups and user groups.