Skip to content

Commit 9044b4c

Browse files
committed
Remove auth_kerb and nss from Debian Bullseye
libapache2-mod-auth-kerb is unavailable in Debian Bullseye[1] libapache2-mod-auth-kerb was removed in Debian Buster[2] [1]: https://packages.debian.org/buster/libapache2-mod-auth-kerb [2]: https://packages.debian.org/stretch/libapache2-mod-nss
1 parent e1f9cae commit 9044b4c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

manifests/params.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@
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',
@@ -396,7 +395,6 @@
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',

spec/classes/mod/auth_kerb_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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') }

spec/spec_helper_local.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
let(:facts) { on_supported_os['debian-10-x86_64'] }
3838
end
3939

40+
shared_context 'Debian 10' do
41+
let(:facts) { on_supported_os['debian-10-x86_64'] }
42+
end
43+
4044
shared_context 'Debian 11' do
4145
let(:facts) { on_supported_os['debian-11-x86_64'] }
4246
end

0 commit comments

Comments
 (0)