mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
In support of: https://github.com/fleetdm/confidential/issues/8790 I made the following changes to support the macOS Setup Experience in `dogfood` for the Workstations team - moved Software titles to their own dedicated folder and `yml` files so they could be called via path - edited the `macos_setup` configuration in the Workstations team yml file. - edited the `macos_setup_assistant` json file to skip certain items during initial setup - completed a `dry-run` successfully before submitting this pull request # Expected behavior When an ADE Mac boots for the first time, macOS Setup Experience will automatically install Google Chrome, Zoom, Slack, and 1Password. - Google Chrome will be downloaded via URL - Zoom will be downloaded via URL - Slack will be downloaded via VPP - 1Password will be downloaded via VPP No scripts have been included at this time and will be tracked in a separate issue.
25 lines
430 B
JSON
25 lines
430 B
JSON
{
|
|
"profile_name": "Fleet's example automatic enrollment profile",
|
|
"allow_pairing": true,
|
|
"is_mdm_removable": true,
|
|
"org_magic": "1",
|
|
"language": "en",
|
|
"region": "US",
|
|
"skip_setup_items": [
|
|
"AppleID",
|
|
"AppStore",
|
|
"Diagnostics",
|
|
"FileVault",
|
|
"iCloudDiagnostics",
|
|
"iCloudStorage",
|
|
"Location",
|
|
"Payment",
|
|
"Privacy",
|
|
"Restore",
|
|
"ScreenTime",
|
|
"Siri",
|
|
"TermsOfAddress",
|
|
"TOS",
|
|
"UnlockWithWatch"
|
|
]
|
|
}
|