diff --git a/yum/manifests/init.pp b/yum/manifests/init.pp index bcfaa88..9b0d54f 100644 --- a/yum/manifests/init.pp +++ b/yum/manifests/init.pp @@ -77,7 +77,7 @@ class yum::plugin::downloadonly { "centos","redhat": { $package = $::operatingsystemrelease ? { /^[1-5]/ => "yum-downloadonly", - /^6/ => "yum-plugin-downloadonly", + /^6\.[0-6]$/ => "yum-plugin-downloadonly", default => undef, } }