Support for eselect, Gentoo's configuration and management tool.
Execute an arbitrary action on a module.
CLI Example:
salt '*' eselect.exec_action <module name> <action> [parameter]
Get the currently selected target for the given module.
CLI Example:
salt '*' eselect.get_current_target <module name>
Get available modules list.
CLI Example:
salt '*' eselect.get_modules
Get available target for the given module.
CLI Example:
salt '*' eselect.get_target_list <module name>
Set the target for the given module. Target can be specified by index or name.
CLI Example:
salt '*' eselect.set_target <module name> <target>
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.