diff --git a/manifests/params.pp b/manifests/params.pp index 402f7d03..7f1c705e 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -34,11 +34,8 @@ '21','22','23' : { $package_name = 'policycoreutils-devel' } - '24', '25' : { - $package_name = 'policycoreutils-python-utils' - } default: { - fail("${::operatingsystem}-${::os_maj_release} is not supported") + $package_name = 'policycoreutils-python-utils' } } }