Update install-nudge.yml (#33205)

- Removing the label used for testing
This commit is contained in:
Allen Houchins 2025-09-18 21:54:52 -05:00 committed by GitHub
parent 79e123004e
commit 8a216d579d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"