Skip to content

Commit e836d56

Browse files
authored
Merge pull request #2355 from markt-de/freebsd_support
fix mod_proxy_html on FreeBSD
2 parents 9db5f8d + 29e69af commit e836d56

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

manifests/params.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@
519519
'passenger' => 'www/rubygem-passenger',
520520
'perl' => 'www/mod_perl2',
521521
'phpXXX' => 'www/mod_phpXXX',
522-
'proxy_html' => 'www/mod_proxy_html',
523522
'python' => 'www/mod_python3',
524523
'wsgi' => 'www/mod_wsgi',
525524
'dav_svn' => 'devel/subversion',

spec/classes/mod/proxy_html_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
it { is_expected.to contain_class('apache::params') }
4747
it { is_expected.to contain_apache__mod('proxy_html').with(loadfiles: nil) }
4848
it { is_expected.to contain_apache__mod('xml2enc').with(loadfiles: nil) }
49-
it { is_expected.to contain_package('www/mod_proxy_html') }
5049
end
5150
context 'on a Gentoo OS', :compile do
5251
include_examples 'Gentoo'

0 commit comments

Comments
 (0)