File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 385385 $mod_packages = {
386386 ' apreq2' => ' libapache2-mod-apreq2' ,
387387 ' auth_cas' => ' libapache2-mod-auth-cas' ,
388- ' auth_kerb' => ' libapache2-mod-auth-kerb' ,
389388 ' auth_openidc' => ' libapache2-mod-auth-openidc' ,
390389 ' auth_gssapi' => ' libapache2-mod-auth-gssapi' ,
391390 ' auth_mellon' => ' libapache2-mod-auth-mellon' ,
396395 ' intercept_form_submit' => ' libapache2-mod-intercept-form-submit' ,
397396 ' jk' => ' libapache2-mod-jk' ,
398397 ' lookup_identity' => ' libapache2-mod-lookup-identity' ,
399- ' nss' => ' libapache2-mod-nss' ,
400398 ' pagespeed' => ' mod-pagespeed-stable' ,
401399 ' passenger' => ' libapache2-mod-passenger' ,
402400 ' perl' => ' libapache2-mod-perl2' ,
Original file line number Diff line number Diff line change 77
88 context 'default configuration with parameters' do
99 context 'on a Debian OS' , :compile do
10- include_examples 'Debian 11 '
10+ include_examples 'Debian 10 '
1111
1212 it { is_expected . to contain_class ( 'apache::params' ) }
1313 it { is_expected . to contain_apache__mod ( 'auth_kerb' ) }
Original file line number Diff line number Diff line change 3737 let ( :facts ) { on_supported_os [ 'debian-10-x86_64' ] }
3838end
3939
40+ shared_context 'Debian 10' do
41+ let ( :facts ) { on_supported_os [ 'debian-10-x86_64' ] }
42+ end
43+
4044shared_context 'Debian 11' do
4145 let ( :facts ) { on_supported_os [ 'debian-11-x86_64' ] }
4246end
You can’t perform that action at this time.
0 commit comments