From 8a216d579d5a1066dd88b732cc6f2bc5fe062a3a Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:54:52 -0500 Subject: [PATCH] Update install-nudge.yml (#33205) - Removing the label used for testing --- it-and-security/lib/macos/policies/install-nudge.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/it-and-security/lib/macos/policies/install-nudge.yml b/it-and-security/lib/macos/policies/install-nudge.yml index 27172dd5dd..7f2a50ef41 100644 --- a/it-and-security/lib/macos/policies/install-nudge.yml +++ b/it-and-security/lib/macos/policies/install-nudge.yml @@ -1,6 +1,6 @@ - name: macOS - Nudge installed and configured query: SELECT 1 WHERE EXISTS (SELECT 1 FROM macos_profiles WHERE identifier = "com.fleetdm.nudge.managed") AND EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = "com.github.macadmins.Nudge" and bundle_short_version LIKE "2.%") AND EXISTS (SELECT 1 FROM package_receipts WHERE package_id = "com.fleetdm.Nudge.assets"); - critical: false + critical: true description: This policy ensures the Nudge is installed and configured. resolution: "If you are failing this policy, click Refetch. If you are still failing after Refetch completes, drop a note in #help-it-and-enablement." run_script: @@ -8,5 +8,3 @@ install_software: package_path: ../software/nudge-assets.yml platform: darwin - labels_include_any: - - "Nudge test devices"