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 a9288dc + 670ce96 commit 5e2f89eCopy full SHA for 5e2f89e
manifests/install.pp
@@ -8,8 +8,8 @@
8
if ($facts['os']['name'] == 'SLES' and $facts['os']['release']['major'] == '15') {
9
exec { 'Enable legacy repos':
10
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
11
- command => '/usr/bin/SUSEConnect --product sle-module-legacy/15.5/x86_64',
12
- unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
+ command => '/usr/bin/SUSEConnect --product sle-module-legacy/15.6/x86_64',
+ unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.6/x86_64',
13
}
14
15
0 commit comments