windows_hotfix_absent
Ensure that a specific windows hotfix is absent from the system.
⚙️ Compatible targets: Windows
Parameters
Name | Documentation |
---|---|
hotfix | Windows hotfix name (ex: KB4033369). This parameter is required. |
Outcome conditions
You need to replace ${hotfix}
with its actual canonified value.
- ✅ Ok:
windows_hotfix_absent_${hotfix}_ok
- ☑️ Already compliant:
windows_hotfix_absent_${hotfix}_kept
- 🟨 Repaired:
windows_hotfix_absent_${hotfix}_repaired
- ☑️ Already compliant:
- ❌ Error:
windows_hotfix_absent_${hotfix}_error
Example
method: windows_hotfix_absent
params:
hotfix: VALUE
Documentation
Ensure that a specific windows hotfix is absent from the system.