windows_hotfix_present

Ensure that a specific windows hotfix is present from the system.

⚙️ Compatible targets: Windows

Parameters

NameDocumentation
hotfixWindows hotfix name (ex: KB4033369).

This parameter is required.
package_pathWindows hotfix package absolute path, can be a .msu archive or a .cab file.

This parameter is required.

Outcome conditions

You need to replace ${hotfix} with its actual canonified value.

  • ✅ Ok: windows_hotfix_present_${hotfix}_ok
    • ☑️ Already compliant: windows_hotfix_present_${hotfix}_kept
    • 🟨 Repaired: windows_hotfix_present_${hotfix}_repaired
  • ❌ Error: windows_hotfix_present_${hotfix}_error

Example

method: windows_hotfix_present
params:
  hotfix: VALUE
  package_path: VALUE

Documentation

Ensure that a specific windows hotfix is present from the system.