File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313# @see https://httpd.apache.org/docs/current/mod/mod_mime.html for additional documentation.
1414#
1515class apache::mod::mime (
16- String $mime_support_package = $apache::params::mime_support_package,
17- String $mime_types_config = $apache::params::mime_types_config,
18- Optional[Hash] $mime_types_additional = undef ,
16+ Optional[ String] $mime_support_package = $apache::params::mime_support_package,
17+ String $mime_types_config = $apache::params::mime_types_config,
18+ Optional[Hash] $mime_types_additional = undef ,
1919) inherits apache::params {
2020 include apache
2121 $_mime_types_additional = pick($mime_types_additional , $apache::mime_types_additional )
Original file line number Diff line number Diff line change 470470 $keepalive = ' On'
471471 $keepalive_timeout = 15
472472 $max_keepalive_requests = 100
473- $mime_support_package = ' mime-support'
474473 $mime_types_config = ' /etc/mime.types'
474+ $mime_support_package = undef
475475 $docroot = ' /var/www/html'
476476 $cas_cookie_path = ' /var/cache/apache2/mod_auth_cas/'
477477 $mellon_lock_file = undef
You can’t perform that action at this time.
0 commit comments