From acf8274ba985de9ea269de3003ab4d3eda668920 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:01:12 -0500 Subject: [PATCH] Add Fleet's Keynote them to self-service (#30008) - Added a package that installs Fleet's Keynote theme and related fonts to self-service --- it-and-security/lib/macos/software/fleet_keynote_theme.yml | 3 +++ it-and-security/teams/workstations-canary.yml | 1 + it-and-security/teams/workstations.yml | 1 + 3 files changed, 5 insertions(+) create mode 100644 it-and-security/lib/macos/software/fleet_keynote_theme.yml diff --git a/it-and-security/lib/macos/software/fleet_keynote_theme.yml b/it-and-security/lib/macos/software/fleet_keynote_theme.yml new file mode 100644 index 0000000000..5a241ebc05 --- /dev/null +++ b/it-and-security/lib/macos/software/fleet_keynote_theme.yml @@ -0,0 +1,3 @@ +hash_sha256: d720f17d6646bfc399b6e818eb04a3d097975e4996dc701706e46e6d16be0d45 +self_service: true +categories: diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index bfb9186dae..bb25668d2e 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -167,6 +167,7 @@ software: - path: ../lib/macos/software/1password.yml # 1Password for macOS - path: ../lib/macos/software/santa.yml # Santa for macOS - path: ../lib/macos/software/zoom.yml # Zoom for macOS + - path: ../lib/macos/software/fleet_keynote_theme.yml # Fleet Keynote theme for macOS - path: ../lib/linux/software/zoom-deb.yml # Zoom for Ubuntu - path: ../lib/linux/software/zoom-rpm.yml # Zoom for RedHat - path: ../lib/linux/software/slack-deb.yml # Slack for Ubuntu diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index bae8cfd877..4ef6318828 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -125,6 +125,7 @@ software: - path: ../lib/macos/software/1password.yml # 1Password for macOS - path: ../lib/macos/software/santa.yml # Santa for macOS - path: ../lib/macos/software/zoom.yml # Zoom for macOS + - path: ../lib/macos/software/fleet_keynote_theme.yml # Fleet Keynote theme for macOS - path: ../lib/linux/software/zoom-deb.yml # Zoom for Ubuntu - path: ../lib/linux/software/zoom-rpm.yml # Zoom for RedHat - path: ../lib/linux/software/slack-deb.yml # Slack for Ubuntu