Fixed EPEL repository for CentOS 6.

This commit is contained in:
Timo Mkinen 2011-11-30 16:29:44 +02:00
parent 826dce5351
commit 0abe627f54
3 changed files with 32 additions and 1 deletions

View file

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