Skip to content

Commit 794c38f

Browse files
committed
update postgresql version
1 parent 518974e commit 794c38f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

manifests/globals.pp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,8 @@
225225
'SLES' => $facts['os']['release']['full'] ? {
226226
/11\.[0-3]/ => '91',
227227
/11\.4/ => '94',
228-
/12\.0/ => '93',
229-
/12\.[1-3]/ => '94',
230-
/12\.[4-5]/ => '10',
231-
/15\.[0-9]/ => '10',
228+
/12\.[0-9]/ => '14',
229+
/15\.[0-9]/ => '14',
232230
default => '96',
233231
},
234232
'OpenSuSE' => $facts['os']['release']['full'] ? {

spec/spec_helper_acceptance_local.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def install_dependencies
5757

5858
LitmusHelper.instance.apply_manifest(netstat)
5959

60-
if os[:family] == 'sles' || os[:family] == 'suse'
61-
# needed for the puppet fact
62-
LitmusHelper.instance.run_shell('zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo')
63-
end
60+
# if os[:family] == 'sles' || os[:family] == 'suse'
61+
# # needed for the puppet fact
62+
# LitmusHelper.instance.run_shell('zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo')
63+
# end
6464

6565
return unless os[:family] == 'redhat' && os[:release].start_with?('6', '7', '8')
6666

0 commit comments

Comments
 (0)