Skip to content

Commit

Permalink
Use apt keyring on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhattan committed May 19, 2024
1 parent 473633d commit a8cf9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
location => "${repo_base_url}/runner/${package_name}/${facts['os']['distro']['id'].downcase}/",
repos => 'main',
key => {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'name' => 'gitlab_ci_runner.asc',
'source' => $repo_keysource,
'server' => $repo_keyserver,
},
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/gitlab_ci_runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'name' => 'gitlab_ci_runner.asc',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
Expand Down

0 comments on commit a8cf9e9

Please sign in to comment.