mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
GitOps updates (#19147)
+ Update policy description for workstations maintenance windows (still used the old one with grammatical errors). + Update org name to just "Fleet"
This commit is contained in:
parent
35a94c6bba
commit
1b5daad8b5
2 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ org_settings:
|
|||
contact_url: https://fleetdm.com/company/contact
|
||||
org_logo_url: ""
|
||||
org_logo_url_light_background: ""
|
||||
org_name: Fleet Device Management
|
||||
org_name: Fleet
|
||||
secrets:
|
||||
- secret: $DOGFOOD_GLOBAL_ENROLL_SECRET
|
||||
server_settings:
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ policies:
|
|||
query: SELECT 1 FROM os_version WHERE major = '14' AND minor = '5';
|
||||
# patch query: SELECT 1 FROM os_version WHERE major = "14" AND minor = "5" AND patch >= "1";
|
||||
critical: false
|
||||
description: This policy check if macOS version is most recent version available.
|
||||
resolution: From the Apple menu, select System Settings. Navigate to General > Software Update.
|
||||
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
|
||||
resolution: We will update your macOS to the latest version.
|
||||
platform: darwin
|
||||
calendar_events_enabled: true
|
||||
queries:
|
||||
|
|
|
|||
Loading…
Reference in a new issue