Skip to content

Commit

Permalink
(CAT-2052) Bump SLES-15 package/product versions
Browse files Browse the repository at this point in the history
 - Bump sles-module-legacy version from 15.5 to 15.6 since 15.5 is no longer available in the repos.
 - Bump postgresql-server version from 14 to 16 since 14 is no longer available in the default repos.
  • Loading branch information
shubhamshinde360 committed Sep 26, 2024
1 parent 05a7809 commit f606e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
/12\.0/ => '93',
/12\.[1-3]/ => '94',
/12\.[4-5]/ => '12',
/15\.[0-9]/ => '14',
/15\.[0-9]/ => '16',
default => '96',
},
'OpenSuSE' => $facts['os']['release']['full'] ? {
Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def install_dependencies
if $facts['os']['family'] in ['SLES', 'SUSE'] {
exec { 'Enable legacy repos':
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
command => 'SUSEConnect --product sle-module-legacy/15.6/x86_64',
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.6/x86_64',
}
package { 'net-tools-deprecated':
Expand Down

0 comments on commit f606e77

Please sign in to comment.