Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 97af59e

Browse files
committed
Fix GPG key for yum.postgresl.org
The GPG key for yum.postgresql.org was in the wrong directory, and as written, would have only supported postgres 9.2 anyway. I looked at the yum rpms for a few other versions besides 9.2, and they appear to be using the same GPG key. So this commit assumes that they all are doing so, and it sets things up accordingly. Hopefully this will make the yumrepo support compatible with other versions of postgres besides 9.2, but I haven't added that to the actual test matrix yet.
1 parent afd8e90 commit 97af59e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

manifests/package_source/yum_postgresql_org.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$package_version = "${version_parts[0]}${version_parts[1]}"
77

88
file { "/etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG-${package_version}":
9-
source => "puppet:///modules/postgresql_tests/RPM-GPG-KEY-PGDG-${package_version}"
9+
source => "puppet:///modules/postgresql/RPM-GPG-KEY-PGDG"
1010
} ->
1111

1212
yumrepo { "yum.postgresql.org":

0 commit comments

Comments
 (0)