File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# @see https://httpd.apache.org/docs/current/mod/mod_mime.html for additional documentation.
14
14
#
15
15
class 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 ,
19
19
) inherits apache::params {
20
20
include apache
21
21
$_mime_types_additional = pick($mime_types_additional , $apache::mime_types_additional )
Original file line number Diff line number Diff line change 470
470
$keepalive = ' On'
471
471
$keepalive_timeout = 15
472
472
$max_keepalive_requests = 100
473
- $mime_support_package = ' mime-support'
474
473
$mime_types_config = ' /etc/mime.types'
474
+ $mime_support_package = undef
475
475
$docroot = ' /var/www/html'
476
476
$cas_cookie_path = ' /var/cache/apache2/mod_auth_cas/'
477
477
$mellon_lock_file = undef
You can’t perform that action at this time.
0 commit comments