mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove devices from demo policy (#21932)
This commit is contained in:
parent
fbbd3fdd2f
commit
ca4d45f400
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ policies:
|
|||
platform: darwin
|
||||
calendar_events_enabled: false
|
||||
- name: macOS - System maintenance complete
|
||||
query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria', 'Drew’s MacBook Pro','fleetwoodmike','Anthony’s MacBook Pro','Patricia’s MacBook Pro','Paul’s MacBook Pro','Tom’s MacBook Air');
|
||||
query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Drew’s MacBook Pro','Anthony’s MacBook Pro','Patricia’s MacBook Pro','Paul’s MacBook Pro','Tom’s MacBook Air');
|
||||
critical: false
|
||||
description: Determines if the device has completed system maintenance.
|
||||
resolution: We will perform system maintenance on your device.
|
||||
|
|
|
|||
Loading…
Reference in a new issue