Fixed spelling mistake from EPEL Testing repo URL.

This commit is contained in:
Timo Mkinen 2012-08-24 08:40:13 +03:00
parent e930b3c056
commit d1e6bf1acd

View file

@ -276,7 +276,7 @@ class yum::repo::epel-testing {
yum::repo { "epel-testing": yum::repo { "epel-testing":
descr => "Extra Packages for Enterprise Linux ${yum::common::osver} - Testing - \$basearch", descr => "Extra Packages for Enterprise Linux ${yum::common::osver} - Testing - \$basearch",
mirrorlist => "http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel-${yum::common::osver}&arch=\$basearch", mirrorlist => "http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel${yum::common::osver}&arch=\$basearch",
gpgkey => "puppet:///modules/yum/keys/epel${yum::common::osver}.key", gpgkey => "puppet:///modules/yum/keys/epel${yum::common::osver}.key",
} }