Skip to content

Commit 5e2f89e

Browse files
authored
Merge pull request #714 from puppetlabs/CAT-2052
(CAT-2052) Bump sles-module-legacy from 15.5 to 15.6
2 parents a9288dc + 670ce96 commit 5e2f89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/install.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
if ($facts['os']['name'] == 'SLES' and $facts['os']['release']['major'] == '15') {
99
exec { 'Enable legacy repos':
1010
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',
11+
command => '/usr/bin/SUSEConnect --product sle-module-legacy/15.6/x86_64',
12+
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.6/x86_64',
1313
}
1414
}
1515

0 commit comments

Comments
 (0)