Skip to content

Commit 4d28938

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 0b610d1 commit 4d28938

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
@@ -22,7 +22,7 @@
2222
repos => 'main',
2323
architecture => $facts['os']['architecture'],
2424
key => {
25-
id => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
25+
name => 'apt.postgresql.org.asc',
2626
source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
2727
},
2828
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)