yum: Fix yum::plugin::downloadonly for CentOS 6.7. Plugin is now integrated to yum.

This commit is contained in:
Timo Makinen 2015-08-10 11:39:23 +03:00
parent ea0651d0bf
commit f11de1cbbb

View file

@ -77,7 +77,7 @@ class yum::plugin::downloadonly {
"centos","redhat": { "centos","redhat": {
$package = $::operatingsystemrelease ? { $package = $::operatingsystemrelease ? {
/^[1-5]/ => "yum-downloadonly", /^[1-5]/ => "yum-downloadonly",
/^6/ => "yum-plugin-downloadonly", /^6\.[0-6]$/ => "yum-plugin-downloadonly",
default => undef, default => undef,
} }
} }