Yum Settings Response
data class YumSettingsResponse(val excludes: List<String>, val exclusivePackages: List<String>, val minimal: Boolean, val security: Boolean)
Yum patching is performed by executing yum update
. Additional options can be set to control how this is executed. Note that not all settings are supported on all platforms.