From c8b8b6532f70b3c71f87d52e5cc85fc2f6bc9ed2 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Jun 13 2023 10:51:25 +0000 Subject: enable all repos --- diff --git a/Sanity/tls12/runtest.sh b/Sanity/tls12/runtest.sh index 63888c1..149be27 100755 --- a/Sanity/tls12/runtest.sh +++ b/Sanity/tls12/runtest.sh @@ -34,7 +34,7 @@ rlJournalStart rlPhaseStartSetup rlRun "rlImport --all" if rlIsRHEL; then - rlRun "yum -y install proftpd --enablerepo epel,rhel-CRB" 0 "Install proftpd" + rlRun "yum -y install proftpd --enablerepo \*" 0 "Install proftpd" fi rlAssertRpm 'proftpd' || rlDie "Package proftpd not installed" rlAssertRpm $PACKAGES || rlDie "Package $PACKAGES not installed"