Skip to content

Commit

Permalink
fix(osmap.yaml): fix PGDG repo file creation for Amazon Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
IevgeniiChepurniy committed Jul 6, 2021
1 parent d16e91c commit 2de775b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions postgres/osmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Fedora:
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/fedora/fedora-$releasever-$basearch'
remove:
releases: ['9.4', '9.5', '9.6', '10']

Amazon:
pkg_repo:
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-7-$basearch'

0 comments on commit 2de775b

Please sign in to comment.