We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9db5f8d + 29e69af commit e836d56Copy full SHA for e836d56
manifests/params.pp
@@ -519,7 +519,6 @@
519
'passenger' => 'www/rubygem-passenger',
520
'perl' => 'www/mod_perl2',
521
'phpXXX' => 'www/mod_phpXXX',
522
- 'proxy_html' => 'www/mod_proxy_html',
523
'python' => 'www/mod_python3',
524
'wsgi' => 'www/mod_wsgi',
525
'dav_svn' => 'devel/subversion',
spec/classes/mod/proxy_html_spec.rb
@@ -46,7 +46,6 @@
46
it { is_expected.to contain_class('apache::params') }
47
it { is_expected.to contain_apache__mod('proxy_html').with(loadfiles: nil) }
48
it { is_expected.to contain_apache__mod('xml2enc').with(loadfiles: nil) }
49
- it { is_expected.to contain_package('www/mod_proxy_html') }
50
end
51
context 'on a Gentoo OS', :compile do
52
include_examples 'Gentoo'
0 commit comments