GitOps reference: Move copy to more relevant section (#30263)

Move details about App Store (VPP) apps to "app_store_apps" section.
This commit is contained in:
Noah Talerman
2025-06-27 12:29:16 -05:00
committed by GitHub
parent 615a97f143
commit e5154da9a6
+2 -2
View File
@@ -416,8 +416,6 @@ The `software` section allows you to configure packages, Apple App Store apps, a
Currently, you can specify `install_software` in the [`policies` YAML](#policies) to automatically install a custom package or App Store app when a host fails a policy. Support for Fleet-maintained apps is coming soon.
Currently, one app for each of an App Store app's supported platforms are added. For example, adding [Bear](https://apps.apple.com/us/app/bear-markdown-notes/id1016366447) (supported on iOS and iPadOS) adds both the iOS and iPadOS apps to your software that's available to install in Fleet. Specifying specific platforms is only supported using Fleet's UI or [API](https://fleetdm.com/docs/rest-api/rest-api) (YAML coming soon).
#### Example
`teams/team-name.yml`, or `teams/no-team.yml`
@@ -512,6 +510,8 @@ You can get an output similar to that below when `fleetctl upload-software` succ
- `self_service` only applies to macOS, and is ignored for other platforms. For example, if the app is supported on macOS, iOS, and iPadOS, and `self_service` is set to `true`, it will be self-service on macOS workstations but not iPhones or iPads.
- `categories` is an array of categories. See [supported categories](#labels-and-categories).
Currently, one app for each of an App Store app's supported platforms are added. For example, adding [Bear](https://apps.apple.com/us/app/bear-markdown-notes/id1016366447) (supported on iOS and iPadOS) adds both the iOS and iPadOS apps to your software that's available to install in Fleet. Specifying specific platforms is only supported using Fleet's UI or [API](https://fleetdm.com/docs/rest-api/rest-api) (YAML coming soon).
### fleet_maintained_apps
- `fleet_maintained_apps` is a list of Fleet-maintained apps. To find the `slug`, head to **Software > Add software** and select a Fleet-maintained app. From there, select **Show details**. You can also see the list [here in GitHub](https://github.com/fleetdm/fleet/blob/main/ee/maintained-apps/outputs/apps.json).