Fixed EPEL repository for CentOS 6.
This commit is contained in:
parent
826dce5351
commit
0abe627f54
3 changed files with 32 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue