diff --git a/CHANGELOG.md b/CHANGELOG.md index 97509e0..990daa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.4.10 + +* Updated pg repo URL + ## 0.4.9 * added **max_standby_archive_delay** and **max_standby_streaming_delay** diff --git a/manifests/params.pp b/manifests/params.pp index e475c86..9669683 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -94,15 +94,15 @@ { $systemd=false $reposource = { - '9.2' => 'https://download.postgresql.org/pub/repos/yum/9.2/redhat/rhel-6-x86_64/pgdg-redhat92-9.2-8.noarch.rpm', - '9.6' => 'https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-redhat96-9.6-3.noarch.rpm', - '10' => 'https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-6-x86_64/pgdg-redhat10-10-2.noarch.rpm', + '9.2' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '9.6' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '10' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '11' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '12' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', } $reponame = { - '9.2' => 'pgdg-redhat92', - '9.6' => 'pgdg-redhat96', + '9.2' => 'pgdg-redhat-repo', + '9.6' => 'pgdg-redhat-repo', '10' => 'pgdg-redhat-repo', '11' => 'pgdg-redhat-repo', '12' => 'pgdg-redhat-repo', @@ -112,15 +112,15 @@ { $systemd=true $reposource = { - '9.2' => 'https://download.postgresql.org/pub/repos/yum/9.2/redhat/rhel-7-x86_64/pgdg-redhat92-9.2-3.noarch.rpm', - '9.6' => 'https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-redhat96-9.6-3.noarch.rpm', - '10' => 'https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-redhat10-10-2.noarch.rpm', + '9.2' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '9.6' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '10' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '11' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '12' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', } $reponame = { - '9.2' => 'pgdg-redhat92', - '9.6' => 'pgdg-redhat96', + '9.2' => 'pgdg-redhat-repo', + '9.6' => 'pgdg-redhat-repo', '10' => 'pgdg-redhat-repo', '11' => 'pgdg-redhat-repo', '12' => 'pgdg-redhat-repo', @@ -137,15 +137,15 @@ { $systemd=false $reposource = { - '9.2' => 'http://download.postgresql.org/pub/repos/yum/9.2/redhat/rhel-6-x86_64/pgdg-centos92-9.2-7.noarch.rpm', - '9.6' => 'https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm', - '10' => 'https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-6-x86_64/pgdg-centos10-10-2.noarch.rpm', + '9.2' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '9.6' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '10' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '11' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '12' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm', } $reponame = { - '9.2' => 'pgdg-centos92', - '9.6' => 'pgdg-centos96', + '9.2' => 'pgdg-redhat-repo', + '9.6' => 'pgdg-redhat-repo', '10' => 'pgdg-redhat-repo', '11' => 'pgdg-redhat-repo', '12' => 'pgdg-redhat-repo', @@ -156,15 +156,15 @@ { $systemd=true $reposource = { - '9.2' => 'https://download.postgresql.org/pub/repos/yum/9.2/redhat/rhel-7-x86_64/pgdg-centos92-9.2-3.noarch.rpm', - '9.6' => 'https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm', - '10' => 'https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm', + '9.2' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '9.6' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', + '10' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '11' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', '12' => 'https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm', } $reponame = { - '9.2' => 'pgdg-centos92', - '9.6' => 'pgdg-centos96', + '9.2' => 'pgdg-redhat-repo', + '9.6' => 'pgdg-redhat-repo', '10' => 'pgdg-redhat-repo', '11' => 'pgdg-redhat-repo', '12' => 'pgdg-redhat-repo', diff --git a/metadata.json b/metadata.json index 68f7ef8..aa869d6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "eyp-postgresql", - "version": "0.4.9", + "version": "0.4.10", "author": "eyp", "summary": "postgresql and pgbounce installation, configuration and management", "license": "Apache-2.0",