Skip to content

Commit fc8fee7

Browse files
committed
mod_ssl requires mod_mime for AddType directives
1 parent 8a70b4f commit fc8fee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/mod/ssl.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
$package_name = undef,
1515
) {
1616
include ::apache
17+
include ::apache::mod::mime
1718
$_apache_version = pick($apache_version, $apache::apache_version)
1819
if $ssl_mutex {
1920
$_ssl_mutex = $ssl_mutex

0 commit comments

Comments
 (0)