Skip to content

Commit f5f87f9

Browse files
committed
Merge pull request puppetlabs#591 from exptom/patch-1
Update apt key to full 40characters
2 parents f657021 + 313235a commit f5f87f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/apt_postgresql_org.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
location => 'http://apt.postgresql.org/pub/repos/apt/',
1414
release => "${::lsbdistcodename}-pgdg",
1515
repos => "main ${postgresql::repo::version}",
16-
key => 'ACCC4CF8',
16+
key => 'B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8',
1717
key_source => 'https://www.postgresql.org/media/keys/ACCC4CF8.asc',
1818
include_src => false,
1919
}

0 commit comments

Comments
 (0)