We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb5f80d + 3305686 commit 2a25c90Copy full SHA for 2a25c90
manifests/params.pp
@@ -202,6 +202,7 @@
202
'authnz_pam' => 'mod_authnz_pam',
203
'fcgid' => 'mod_fcgid',
204
'geoip' => 'mod_geoip',
205
+ 'http2' => 'mod_http2',
206
'intercept_form_submit' => 'mod_intercept_form_submit',
207
'ldap' => 'mod_ldap',
208
'lookup_identity' => 'mod_lookup_identity',
spec/classes/mod/http2_spec.rb
@@ -85,4 +85,11 @@
85
it { is_expected.to contain_file('http2.conf').with(content: expected_content) }
86
end
87
88
+
89
+ context 'on Red Hat 8' do
90
+ include_examples 'RedHat 8' do
91
+ it { is_expected.to contain_class('apache::mod::http2') }
92
+ it { is_expected.to contain_package('mod_http2') }
93
+ end
94
95
0 commit comments