Skip to content
Snippets Groups Projects
Unverified Commit 097d4e4b authored by Imran Iqbal's avatar Imran Iqbal Committed by GitHub
Browse files

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
parents d16e91ce 2de775be
No related branches found
No related tags found
No related merge requests found
...@@ -9,3 +9,7 @@ Fedora: ...@@ -9,3 +9,7 @@ Fedora:
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/fedora/fedora-$releasever-$basearch' baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/fedora/fedora-$releasever-$basearch'
remove: remove:
releases: ['9.4', '9.5', '9.6', '10'] 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment