Added elrepo support to yum module.

This commit is contained in:
Timo Mkinen 2012-06-07 22:14:09 +03:00
parent 0306253b80
commit 8dcdcf5466
2 changed files with 43 additions and 0 deletions

View file

@ -203,6 +203,19 @@ class yum::repo::centos-cr {
}
class yum::repo::elrepo {
include yum::common
yum::repo { "elrepo":
descr => "ELRepo.org Community Enterprise Linux Repository",
mirrorlist => "http://elrepo.org/mirrors-elrepo.el${yum::common::osver}",
gpgkey => "puppet:///modules/yum/keys/elrepo.key",
}
}
# Add Fedora EPEL repository
#
class yum::repo::epel {