Skip to content

Commit 7322c15

Browse files
committed
(CAT-1250)-Update SUSE repo name
1 parent 313944d commit 7322c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
if ($facts['os']['family'] in ['SLES', 'SUSE']) and (versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) {
116116
exec { 'Enable legacy repos':
117117
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
118-
command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64',
119-
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64',
118+
command => 'SUSEConnect --product sle-module-legacy/15.5/x86_64',
119+
unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.5/x86_64',
120120
}
121121
}
122122

0 commit comments

Comments
 (0)