From 795d3aef2a2798bbd93ec2e846b81e652a5aeea1 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 13 Sep 2021 12:36:14 +0200 Subject: [PATCH] Restore Ubuntu 14.04 support in suphp Fixes: 8716eb95a2123120f83cf67b1c86cfcae63f0852 --- manifests/mod/suphp.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mod/suphp.pp b/manifests/mod/suphp.pp index cb2389f213..bbeeb8721f 100644 --- a/manifests/mod/suphp.pp +++ b/manifests/mod/suphp.pp @@ -6,7 +6,7 @@ class apache::mod::suphp ( ) { if ($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['major'], '15.10') >= 0) or - $facts['os']['family'] == 'Debian' { + $facts['os']['name'] == 'Debian' { fail("suphp was declared EOL by it's creators as of 2013 and so is no longer supported on Ubuntu 15.10/Debian 8 and above. Please use php-fpm") } include apache