fix(osmap.yaml): fix PGDG repo file creation for Amazon Linux

This commit is contained in:
Eugene Chepurniy 2021-07-06 11:14:26 +03:00
parent d16e91ceb0
commit 2de775be1e

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'