yum: Fix yum::plugin::downloadonly for CentOS 6.7. Plugin is now integrated to yum.
This commit is contained in:
parent
ea0651d0bf
commit
f11de1cbbb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue