mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Removing minimum_version to fix enrollment issues (#33258)
- Newly enrolled devices are running into issues installing macOS 26. Removing `minimum_version` requirements in favor of Nudge enforcing OS updates.
This commit is contained in:
parent
26e552f2c0
commit
6ccf1a00b3
2 changed files with 4 additions and 4 deletions
|
|
@ -129,8 +129,8 @@ controls:
|
||||||
enable_end_user_authentication: false
|
enable_end_user_authentication: false
|
||||||
macos_setup_assistant: null
|
macos_setup_assistant: null
|
||||||
macos_updates:
|
macos_updates:
|
||||||
deadline: "2025-08-31"
|
deadline:
|
||||||
minimum_version: "15.6"
|
minimum_version:
|
||||||
windows_settings:
|
windows_settings:
|
||||||
custom_settings:
|
custom_settings:
|
||||||
- path: ../lib/windows/configuration-profiles/Enable firewall.xml
|
- path: ../lib/windows/configuration-profiles/Enable firewall.xml
|
||||||
|
|
|
||||||
|
|
@ -82,8 +82,8 @@ controls:
|
||||||
- package_path: ../lib/macos/software/1password.yml # 1Password for macOS
|
- package_path: ../lib/macos/software/1password.yml # 1Password for macOS
|
||||||
- app_store_id: '803453959' # Slack Desktop
|
- app_store_id: '803453959' # Slack Desktop
|
||||||
macos_updates:
|
macos_updates:
|
||||||
deadline: "2025-08-31"
|
deadline:
|
||||||
minimum_version: "15.6"
|
minimum_version:
|
||||||
windows_settings:
|
windows_settings:
|
||||||
custom_settings:
|
custom_settings:
|
||||||
- path: ../lib/windows/configuration-profiles/Enable firewall.xml
|
- path: ../lib/windows/configuration-profiles/Enable firewall.xml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue