We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823f0b1 + 0fda657 commit 40de8ecCopy full SHA for 40de8ec
spec/spec_helper_acceptance_local.rb
@@ -48,8 +48,8 @@ def install_dependencies
48
if $facts['os']['family'] in ['SLES', 'SUSE'] {
49
exec { 'Enable legacy repos':
50
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',
+ command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
+ unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
53
}
54
55
package { 'net-tools-deprecated':
0 commit comments