Skip to content

Commit 192c807

Browse files
committed
Update apt.postgresql.org key url
Accordingly to http://wiki.postgresql.org/wiki/Apt the correc key_source url is https://www.postgresql.org/media/keys/ACCC4CF8.asc Today the old file was removed, so it's urgent to update this file and made a new release
1 parent 468c24d commit 192c807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/apt_postgresql_org.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
release => "${::lsbdistcodename}-pgdg",
1616
repos => "main ${version}",
1717
key => 'ACCC4CF8',
18-
key_source => 'http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc',
18+
key_source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
1919
include_src => false,
2020
}
2121

0 commit comments

Comments
 (0)