diff --git a/manifests/repo/rdo.pp b/manifests/repo/rdo.pp index 2ed6b8b..e7adc24 100644 --- a/manifests/repo/rdo.pp +++ b/manifests/repo/rdo.pp @@ -4,7 +4,7 @@ class openstack::repo::rdo { if $::osfamily == 'RedHat' { $dist = $::operatingsystem ? { - 'CentOS' => 'epel', + /(CentOS|RedHat|Scientific|SLC)/ => 'epel', 'Fedora' => 'fedora', } # $lsbmajdistrelease is only available with redhat-lsb installed