From 6c512ec85756dde02957879d5d8db6b935da1165 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Wed, 5 Feb 2025 17:46:06 -0600 Subject: [PATCH] Re-add VPP apps and VPP-team associations to Dogfood (#26122) --- it-and-security/default.yml | 7 +++++++ it-and-security/teams/company-owned-ipads.yml | 3 +++ it-and-security/teams/company-owned-iphones.yml | 3 +++ it-and-security/teams/personally-owned-iphones.yml | 3 +++ it-and-security/teams/workstations-canary.yml | 1 + it-and-security/teams/workstations.yml | 2 ++ 6 files changed, 19 insertions(+) diff --git a/it-and-security/default.yml b/it-and-security/default.yml index d32535ed4d..d7dd700eec 100644 --- a/it-and-security/default.yml +++ b/it-and-security/default.yml @@ -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: "" diff --git a/it-and-security/teams/company-owned-ipads.yml b/it-and-security/teams/company-owned-ipads.yml index 1de3f56c45..5f50253c26 100644 --- a/it-and-security/teams/company-owned-ipads.yml +++ b/it-and-security/teams/company-owned-ipads.yml @@ -23,3 +23,6 @@ controls: policies: queries: software: + app_store_apps: + - app_store_id: '618783545' # Slack + - app_store_id: '546505307' # Zoom diff --git a/it-and-security/teams/company-owned-iphones.yml b/it-and-security/teams/company-owned-iphones.yml index 60067ea907..b7f5aeae02 100644 --- a/it-and-security/teams/company-owned-iphones.yml +++ b/it-and-security/teams/company-owned-iphones.yml @@ -23,3 +23,6 @@ controls: policies: queries: software: + app_store_apps: + - app_store_id: '618783545' # Slack + - app_store_id: '546505307' # Zoom diff --git a/it-and-security/teams/personally-owned-iphones.yml b/it-and-security/teams/personally-owned-iphones.yml index 2b36e9352f..8bdaf45e53 100644 --- a/it-and-security/teams/personally-owned-iphones.yml +++ b/it-and-security/teams/personally-owned-iphones.yml @@ -22,3 +22,6 @@ controls: policies: queries: software: + app_store_apps: + - app_store_id: '618783545' # Slack + - app_store_id: '546505307' # Zoom diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index d772ca1a58..2b236d06db 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -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 diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index d48630f6d0..83ecf89648 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -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