Skip to content

Commit 039a422

Browse files
committed
repo/apt_postgresql_org: use modern APT keyrings
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.
1 parent 26011ea commit 039a422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/repo/apt_postgresql_org.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
repos => 'main',
2121
architecture => $facts['os']['architecture'],
2222
key => {
23-
id => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
23+
name => 'apt.postgresql.org.asc',
2424
source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
2525
},
2626
include => {

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppetlabs/apt",
17-
"version_requirement": ">= 2.0.0 < 10.0.0"
17+
"version_requirement": ">= 9.2.0 < 10.0.0"
1818
},
1919
{
2020
"name": "puppet/systemd",

0 commit comments

Comments
 (0)