Skip to content

Commit 795d3ae

Browse files
committed
Restore Ubuntu 14.04 support in suphp
Fixes: 8716eb9
1 parent 7d19d25 commit 795d3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/mod/suphp.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class apache::mod::suphp (
77
) {
88
if ($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['major'], '15.10') >= 0) or
9-
$facts['os']['family'] == 'Debian' {
9+
$facts['os']['name'] == 'Debian' {
1010
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")
1111
}
1212
include apache

0 commit comments

Comments
 (0)