Microsoft Updates (KB) Management
This module provides the ability to enforce KB installations from files (.msu), without WSUS or Windows Update
Added in version 2018.3.4.
Ensure an update is installed on the minion
name (str) -- Name of the Windows KB ("KB123456")
source (str) -- Source of .msu file corresponding to the KB
Example:
KB123456:
wusa.installed:
- source: salt://kb123456.msu
Ensure an update is uninstalled from the minion
name (str) -- Name of the Windows KB ("KB123456")
Example:
KB123456:
wusa.uninstalled