We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d19d25 + 795d3ae commit e4a1532Copy full SHA for e4a1532
manifests/mod/suphp.pp
@@ -6,7 +6,7 @@
6
class apache::mod::suphp (
7
) {
8
if ($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['major'], '15.10') >= 0) or
9
- $facts['os']['family'] == 'Debian' {
+ $facts['os']['name'] == 'Debian' {
10
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")
11
}
12
include apache
0 commit comments