Skip to content

Commit 3dc79ee

Browse files
committed
Install mod_http2 on EL if required
In EL8 httpd had a hard requirement on mod_http2 but in EL9 it turned into a weak dependency. While most installs default to installing weak dependencies, it can be disabled by users. OracleLinux even defaults to disabled. EL7 doesn't have http2 at all so the whole class can't be used with it.
1 parent 6d218cf commit 3dc79ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/params.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
'authnz_pam' => 'mod_authnz_pam',
203203
'fcgid' => 'mod_fcgid',
204204
'geoip' => 'mod_geoip',
205+
'http2' => 'mod_http2',
205206
'intercept_form_submit' => 'mod_intercept_form_submit',
206207
'ldap' => 'mod_ldap',
207208
'lookup_identity' => 'mod_lookup_identity',

0 commit comments

Comments
 (0)