Skip to content

Commit 2de775b

Browse files
fix(osmap.yaml): fix PGDG repo file creation for Amazon Linux
1 parent d16e91c commit 2de775b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

postgres/osmap.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ Fedora:
99
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/fedora/fedora-$releasever-$basearch'
1010
remove:
1111
releases: ['9.4', '9.5', '9.6', '10']
12+
13+
Amazon:
14+
pkg_repo:
15+
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-7-$basearch'

0 commit comments

Comments
 (0)