File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
postgres :
7
7
use_upstream_repo : true
8
8
add_profile : false # add bin_dir to $PATH, if installed from repos
9
- version : ' 10 '
9
+ version : ' 11 '
10
10
pkg : postgresql
11
11
pkgs_extra : []
12
12
pkgs_deps : []
Original file line number Diff line number Diff line change @@ -135,9 +135,9 @@ Suse:
135
135
pkg_repo :
136
136
name : pgdg-sles-{{ release }}
137
137
humanname : PostgreSQL {{ repo.version }} $releasever - $basearch
138
- # Using sles-12 upstream repo for opensuse
139
- baseurl : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-12 -$basearch'
140
- key_url : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-12 -$basearch/repodata/repomd.xml.key'
138
+ # works for postgres 11 onwards
139
+ baseurl : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-$releasever -$basearch'
140
+ key_url : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-$releasever -$basearch/repodata/repomd.xml.key'
141
141
gpgcheck : 1
142
142
gpgautoimport : True
143
143
You can’t perform that action at this time.
0 commit comments