Skip to content

Commit

Permalink
Add note about apt::keyring support
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Sep 26, 2023
1 parent dfbd798 commit 7475088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/repos.pp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
} else {
# For pkgs.k8s.io use GPG siging key
$_keyring = '/usr/share/keyrings/kubernetes-apt-keyring.gpg'
# TODO: Switch to apt::keyring once supported by puppetlabs-apt
# see: /~https://github.com/puppetlabs/puppetlabs-apt/pull/1128
archive { '/tmp/kubernetes-apt-keyring.gpg':
source => "https://pkgs.k8s.io/core:/stable:/v${minor_version}/deb/Release.key",
extract => true,
Expand Down

0 comments on commit 7475088

Please sign in to comment.