File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222
2323 it { is_expected . to contain_class ( 'apache::params' ) }
2424 it { is_expected . to contain_apache__mod ( 'dav_svn' ) }
25- it { is_expected . to contain_package ( 'libapache2-svn' ) }
25+ it { is_expected . to contain_package ( 'libapache2-mod- svn' ) }
2626 it { is_expected . to contain_apache__mod ( 'authz_svn' ) }
2727 it { is_expected . to contain_file ( 'dav_svn_authz_svn.load' ) . with_content ( %r{LoadModule authz_svn_module} ) }
2828 end
Original file line number Diff line number Diff line change 1515 shared_examples 'debian' do |loadfiles |
1616 it { is_expected . to contain_class ( 'apache::params' ) }
1717 it { is_expected . to contain_apache__mod ( 'proxy_html' ) . with ( loadfiles : loadfiles ) }
18+ # TODO: does this module still even work on Debian 9 or newer?
1819 it { is_expected . to contain_package ( 'libapache2-mod-proxy-html' ) }
1920 end
2021 include_examples 'Debian 11'
You can’t perform that action at this time.
0 commit comments