From 0e0f2868f7b21d583befefcfeb0b6c6e4e2c3c63 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Wed, 20 Nov 2024 10:31:01 +0100 Subject: [PATCH] Fix apt-key deprecation on Ubuntu Same as https://github.com/voxpupuli/puppet-gitlab/pull/432 except for Ubuntu. --- data/os/Ubuntu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/Ubuntu.yaml b/data/os/Ubuntu.yaml index 1f406089..d0fead6e 100644 --- a/data/os/Ubuntu.yaml +++ b/data/os/Ubuntu.yaml @@ -6,11 +6,11 @@ gitlab::repository_configuration: comment: 'Official repository for GitLab Omnibus' location: "https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu" key: - id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F' + name: 'gitlab_ce.asc' source: 'https://packages.gitlab.com/gpg.key' "gitlab_official_ee": comment: 'Official repository for GitLab Omnibus' location: "https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu" key: - id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F' + name: 'gitlab_ee.asc' source: 'https://packages.gitlab.com/gpg.key'