Skip to content

Commit

Permalink
(CAT-1262)-updated legacy repo for SUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
praj1001 committed Jul 31, 2023
1 parent 823f0b1 commit 0fda657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,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.4/x86_64',
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64',
command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
}
package { 'net-tools-deprecated':
Expand Down

0 comments on commit 0fda657

Please sign in to comment.