From 5df4f350d1471f6271c70c7f4c9c7cdfe670eb13 Mon Sep 17 00:00:00 2001 From: Oleksander B <5033681+beliys@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:15:06 +0200 Subject: [PATCH] fix apt-key deprecation (#432) * fix apt-key deprecation * ff --- data/family/Debian.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/family/Debian.yaml b/data/family/Debian.yaml index a2c99205..04171162 100644 --- a/data/family/Debian.yaml +++ b/data/family/Debian.yaml @@ -6,11 +6,11 @@ gitlab::repository_configuration: comment: 'Official repository for GitLab Omnibus' location: "https://packages.gitlab.com/gitlab/gitlab-ce/debian" 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/debian" key: - id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F' + name: 'gitlab_ee.asc' source: 'https://packages.gitlab.com/gpg.key'