Skip to content

Commit 3961a00

Browse files
fix: upstream apache module no longer support version 2.2
1 parent 2504f3a commit 3961a00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

manifests/web.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,6 @@
393393
$apache_listen_port = $apache_listenport
394394
}
395395

396-
if versioncmp($apache::apache_version, '2.4') < 0 {
397-
fail('Only apache >= 2.4 is supported')
398-
}
399-
400396
$location_api_access = $zabbix_api_access ? {
401397
undef => 'all granted',
402398
default => $zabbix_api_access.map |$host| { "host ${host}" },

0 commit comments

Comments
 (0)