-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Microsoft Edge updates appear in the output of os_patching_windows_fact_generation and are correctly reported in the Puppet facts but they are not installed during the patching run. Other Windows updates install normally.
Output of the os_patching_windows_fact_generation:
2026-03-13 11:03:59 4564 [INFO ] os_patching_windows_fact_generation: started
2026-03-13 11:03:59 4564 [VERBOSE] Saving lock file
2026-03-13 11:03:59 4564 [INFO ] Refreshing puppet facts
2026-03-13 11:03:59 4564 [INFO ] Performing update search with criteria: IsInstalled=0 and IsHidden=0
2026-03-13 11:04:12 4564 [INFO ] Detected 3 updates are required in total (including security):
2026-03-13 11:04:12 4564 [INFO ] - Microsoft Edge-Stable Channel Version 145 Update for x64 based Editions (Build 145.0.3800.97)
2026-03-13 11:04:12 4564 [INFO ] - Microsoft Edge-WebView2 Runtime Version 145 Update for x64 based Editions (Build 145.0.3800.97)
2026-03-13 11:04:12 4564 [INFO ] - Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.445.511.0) - Current Channel (Broad)
2026-03-13 11:04:13 4564 [INFO ] Uploading puppet facts
2026-03-13 11:04:28 4564 [VERBOSE] Removing lock file
2026-03-13 11:04:28 4564 [INFO ] os_patching_windows_fact_generation: finished
Facts reported:
Is there anything I should set so that Microsoft Edge updates are also being installed during the patching window?