From 7322c15f97ccb4ad72e9de4e769fbef424053d4d Mon Sep 17 00:00:00 2001 From: praj1001 <134480625+praj1001@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:31:01 +0530 Subject: [PATCH] (CAT-1250)-Update SUSE repo name --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index c2295fb6..78ba209e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -115,8 +115,8 @@ if ($facts['os']['family'] in ['SLES', 'SUSE']) and (versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) { exec { 'Enable legacy repos': path => '/bin:/usr/bin/:/sbin:/usr/sbin', - command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64', - 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', } }