mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Re-add VPP apps and VPP-team associations to Dogfood (#26122)
This commit is contained in:
parent
1ce3be1b8e
commit
6c512ec857
6 changed files with 19 additions and 0 deletions
|
|
@ -25,6 +25,13 @@ org_settings:
|
|||
ios_team: "📱🏢 Company-owned iPhones"
|
||||
ipados_team: "🔳🏢 Company-owned iPads"
|
||||
volume_purchasing_program:
|
||||
- location: Fleet Device Management Inc.
|
||||
teams:
|
||||
- "💻 Workstations"
|
||||
- "💻🐣 Workstations (canary)"
|
||||
- "📱🏢 Company-owned iPhones"
|
||||
- "🔳🏢 Company-owned iPads"
|
||||
- "📱🔐 Personally-owned iPhones"
|
||||
org_info:
|
||||
contact_url: https://fleetdm.com/company/contact
|
||||
org_logo_url: ""
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@ controls:
|
|||
policies:
|
||||
queries:
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@ controls:
|
|||
policies:
|
||||
queries:
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
|
|
|
|||
|
|
@ -22,3 +22,6 @@ controls:
|
|||
policies:
|
||||
queries:
|
||||
software:
|
||||
app_store_apps:
|
||||
- app_store_id: '618783545' # Slack
|
||||
- app_store_id: '546505307' # Zoom
|
||||
|
|
|
|||
|
|
@ -145,3 +145,4 @@ software:
|
|||
- path: ../lib/windows/software/zoom.yml # Zoom for Windows (x86)
|
||||
- path: ../lib/windows/software/google-chrome.yml # Google Chrome for Windows
|
||||
app_store_apps:
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ controls:
|
|||
software:
|
||||
- package_path: ../lib/macos/software/google-chrome.yml # Google Chrome for macOS
|
||||
- package_path: ../lib/macos/software/zoom.yml # Zoom for macOS
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
macos_updates:
|
||||
deadline: "2025-02-23"
|
||||
minimum_version: "15.3"
|
||||
|
|
@ -97,3 +98,4 @@ software:
|
|||
- path: ../lib/macos/software/zoom.yml # Zoom for macOS
|
||||
- path: ../lib/macos/software/google-chrome.yml # Google Chrome for macOS
|
||||
app_store_apps:
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
|
|
|
|||
Loading…
Reference in a new issue