Skip to content

Commit

Permalink
fix apt-key deprecation (#432)
Browse files Browse the repository at this point in the history
* fix apt-key deprecation

* ff
  • Loading branch information
b17k0 authored Mar 30, 2024
1 parent 52237c9 commit 5df4f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/family/Debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 5df4f35

Please sign in to comment.