From acbd5b5d3100261786e5f1cbc95cc24858de72f9 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Feb 14 2022 10:15:53 +0000 Subject: enable all for proftpd --- diff --git a/Sanity/tls12/runtest.sh b/Sanity/tls12/runtest.sh index 08b5ea2..8330e76 100755 --- a/Sanity/tls12/runtest.sh +++ b/Sanity/tls12/runtest.sh @@ -32,14 +32,14 @@ PACKAGES="lftp" rlJournalStart rlPhaseStartSetup + rlRun "rlImport --all" if rlIsRHEL; then if rlIsRHEL '<=7'; then - rlRun "yum -y --enablerepo epel --enablerepo epel-testing install proftpd" 0 "Install proftpd" + rlRun "yum -y install proftpd --enablerepo \*" 0 "Install proftpd" else - rlRun "yum -y --enablerepo epel --enablerepo epel-playground install proftpd" 0 "Install proftpd" + rlRun "yum -y install proftpd --enablerepo \*" 0 "Install proftpd" fi fi - rlRun "rlImport --all" CONF="/etc/proftpd.conf" rlFileBackup ${CONF}