Enable Yumrepo[epel]

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-11 10:47:01 +02:00
parent a4384b6dd3
commit 6b03f5851f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class epel {
yumrepo { 'epel':
mirrorlist => "http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=${::architecture}",
enabled => '0',
enabled => '1',
gpgcheck => '0',
descr => "Extra Packages for Enterprise Linux 6 - ${::architecture}"
}