Skip to content

Commit

Permalink
Merge pull request #714 from puppetlabs/CAT-2052
Browse files Browse the repository at this point in the history
(CAT-2052) Bump sles-module-legacy from 15.5 to 15.6
  • Loading branch information
malikparvez authored Sep 23, 2024
2 parents a9288dc + 670ce96 commit 5e2f89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
if ($facts['os']['name'] == 'SLES' and $facts['os']['release']['major'] == '15') {
exec { 'Enable legacy repos':
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
command => '/usr/bin/SUSEConnect --product sle-module-legacy/15.5/x86_64',
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',
}
}

Expand Down

0 comments on commit 5e2f89e

Please sign in to comment.