From 25fe7c04534532753b631db0b9488927f6db950c Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 26 Nov 2024 17:49:10 -0600 Subject: [PATCH] Install updated Firefox on policy failure (#24182) --- it-and-security/teams/workstations-canary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index c628019906..136f620f3c 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -144,7 +144,8 @@ policies: description: The host may have an outdated or non-existent version of Firefox, potentially risking security vulnerabilities or compatibility issues. resolution: During maintenance, the Firefox app could be updated to the correct version or installed if it's missing. platform: darwin - calendar_events_enabled: false + install_software: + package_path: "../lib/software/mac-mozilla-firefox.yml" - name: macOS - Upgrade Slack query: SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.40.126') >= 0; critical: false