Skip to content

Commit

Permalink
repo/apt_postgresql_org: use modern APT keyrings
Browse files Browse the repository at this point in the history
This makes use of puppetlabs/puppetlabs-apt#1128
to store the public key in /etc/apt/keyrings and add a signed-by
option to the sources.list.d entry.
  • Loading branch information
kenyon committed Jan 3, 2024
1 parent 26011ea commit 039a422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/repo/apt_postgresql_org.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
repos => 'main',
architecture => $facts['os']['architecture'],
key => {
id => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
name => 'apt.postgresql.org.asc',
source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
},
include => {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.0.0 < 10.0.0"
"version_requirement": ">= 9.2.0 < 10.0.0"
},
{
"name": "puppet/systemd",
Expand Down

0 comments on commit 039a422

Please sign in to comment.