diff --git a/Sanity/tls12/runtest.sh b/Sanity/tls12/runtest.sh index 73c7300..8b2be68 100755 --- a/Sanity/tls12/runtest.sh +++ b/Sanity/tls12/runtest.sh @@ -35,8 +35,8 @@ rlJournalStart rlRun "rlImport --all" rlAssertRpm 'proftpd' || rlDie "Package proftpd not installed" rlAssertRpm $PACKAGES || rlDie "Package $PACKAGES not installed" - if rlIsRHEL '<=7'; then - rlRun "yum -y install proftpd --enablerepo \*" 0 "Install proftpd" + if rlIsRHEL; then + rlRun "yum install proftpd --enablerepo epel,rhel-CRB" 0 "Install proftpd" fi CONF="/etc/proftpd.conf"