File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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 @@ -140,9 +140,9 @@ Suse:
140
140
pkg_repo :
141
141
name : pgdg-sles-{{ release }}
142
142
humanname : PostgreSQL {{ repo.version }} $releasever - $basearch
143
- # Using sles-12 upstream repo for opensuse
144
- baseurl : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-12 -$basearch'
145
- key_url : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-12 -$basearch/repodata/repomd.xml.key'
143
+ # works for postgres 11 onwards
144
+ baseurl : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-$releasever -$basearch'
145
+ key_url : ' https://download.postgresql.org/pub/repos/zypp/{{ repo.version }}/suse/sles-$releasever -$basearch/repodata/repomd.xml.key'
146
146
gpgcheck : 1
147
147
gpgautoimport : True
148
148
You can’t perform that action at this time.
0 commit comments