Skip to content

Commit 0fda657

Browse files
committed
(CAT-1262)-updated legacy repo for SUSE
1 parent 823f0b1 commit 0fda657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def install_dependencies
4848
if $facts['os']['family'] in ['SLES', 'SUSE'] {
4949
exec { 'Enable legacy repos':
5050
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
51-
command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64',
52-
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64',
51+
command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
52+
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
5353
}
5454
5555
package { 'net-tools-deprecated':

0 commit comments

Comments
 (0)