Skip to content

Commit

Permalink
Merge pull request #331 from jkroepke/new_gpg_keys
Browse files Browse the repository at this point in the history
Use new gitlab gpg keys for package management
  • Loading branch information
dhoppe authored Apr 7, 2020
2 parents 6c4388b + e8e6ad8 commit 6471a32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class { 'gitlab':
'comment' => 'Internal mirror of upstream gitlab package repository',
'location' => 'https://my.internal.url/repository/packages.gitlab.com/gitlab/gitlab-ce/debian',
'key' => {
'id' => '1A4C919DB987D435939638B914219A96E15E78F4',
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'source' => 'https://my.internal.url/repository/package.gitlab.com/gpg.key'
}
},
Expand Down
4 changes: 2 additions & 2 deletions data/family/Debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ gitlab::repository_configuration:
comment: 'Official repository for GitLab Omnibus'
location: "https://packages.gitlab.com/gitlab/gitlab-ce/debian"
key:
id: '1A4C919DB987D435939638B914219A96E15E78F4'
id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F'
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: '1A4C919DB987D435939638B914219A96E15E78F4'
id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F'
source: 'https://packages.gitlab.com/gpg.key'
1 change: 1 addition & 0 deletions data/family/RedHat.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# From: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/config_file.repo?os=centos&dist=7&source=script
gitlab::repository_configuration:
yumrepo:
"gitlab_official_ce":
Expand Down
4 changes: 2 additions & 2 deletions data/os/Ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ gitlab::repository_configuration:
comment: 'Official repository for GitLab Omnibus'
location: "https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu"
key:
id: '1A4C919DB987D435939638B914219A96E15E78F4'
id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F'
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: '1A4C919DB987D435939638B914219A96E15E78F4'
id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F'
source: 'https://packages.gitlab.com/gpg.key'

0 comments on commit 6471a32

Please sign in to comment.