enable all repos
This commit is contained in:
parent
e7836ca6cb
commit
c8b8b6532f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue