Merge pull request #314 from Niyakiy/dev/fix-amazon-linux-install-from-upstream-repo

fix(osmap.yaml): fix PGDG repo file creation for Amazon Linux 2
This commit is contained in:
Imran Iqbal 2021-07-06 14:58:31 +01:00 committed by GitHub
commit 097d4e4bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'