Skip to content

Commit d8fec75

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#409 from mnencia/patch-1
Update apt.postgresql.org key url
2 parents a06a061 + 192c807 commit d8fec75

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)