Skip to content

Commit 0c4bd78

Browse files
authored
Merge pull request #854 from teluq-pbrideau/fix/dirindex
Fixes #853
2 parents c7059e4 + 93a7911 commit 0c4bd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/web.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
# Is set to true, it will create the apache vhost.
307307
if $manage_vhost {
308308
include apache
309+
include apache::mod::dir
309310
if $facts['os']['family'] == 'RedHat' and versioncmp($facts['os']['release']['major'], '7') >= 0 and versioncmp($zabbix_version, '5') >= 0 {
310311
if versioncmp($facts['os']['release']['major'], '7') == 0 {
311312
$fpm_service = 'rh-php72-php-fpm'

0 commit comments

Comments
 (0)