enable all repos

This commit is contained in:
Ondrej Mejzlik 2023-06-13 12:51:25 +02:00
commit c8b8b6532f

View file

@ -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"