From 2a72713cd3b27e7609ea6d4535f5d5e4c7003698 Mon Sep 17 00:00:00 2001 From: Ed Marshall Date: Thu, 4 May 2017 14:43:13 -0700 Subject: [PATCH] Make Fedora 24+ the new default package_name. --- manifests/params.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 99b0e416..d8014669 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -34,11 +34,8 @@ '21','22','23' : { $package_name = 'policycoreutils-devel' } - '24','25','26' : { - $package_name = 'policycoreutils-python-utils' - } default: { - fail("${::operatingsystem}-${::os_maj_release} is not supported") + $package_name = 'policycoreutils-python-utils' } } }