Skip to content

Commit

Permalink
Use the new GPG key for Debian packages
Browse files Browse the repository at this point in the history
The old key was created in 2016 and the new one in 2021. Since
2022-03-14 the old key expired and is no longer used.
  • Loading branch information
ekohl committed Mar 15, 2022
1 parent ed57c74 commit 214b6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/repos/apt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# @api private
define foreman::repos::apt (
Variant[Enum['nightly'], Pattern['^\d+\.\d+$']] $repo,
String $key = 'AE0AF310E2EA96B6B6F4BD726F8600B9563278F6',
String $key = '5B7C3E5A735BCB4D615829DC0BDDA991FD7AAC8A',
Stdlib::HTTPUrl $key_location = 'https://deb.theforeman.org/foreman.asc',
Stdlib::HTTPUrl $location = 'https://deb.theforeman.org/',
) {
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/foreman_repos_apt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

let(:apt_key) do
'AE0AF310E2EA96B6B6F4BD726F8600B9563278F6'
'5B7C3E5A735BCB4D615829DC0BDDA991FD7AAC8A'
end

let(:apt_key_title) do
Expand Down

0 comments on commit 214b6ae

Please sign in to comment.