Skip to content

Commit 313235a

Browse files
committed
Update apt key to full 40characters
Latest version of puppetlabs/apt module shows warning on every puppet run if using a short key so this update includes the full 40 character key.
1 parent a189ed7 commit 313235a

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)