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.
1 parent feb57e9 commit 93a7911Copy full SHA for 93a7911
manifests/web.pp
@@ -306,6 +306,7 @@
306
# Is set to true, it will create the apache vhost.
307
if $manage_vhost {
308
include apache
309
+ include apache::mod::dir
310
if $facts['os']['family'] == 'RedHat' and versioncmp($facts['os']['release']['major'], '7') >= 0 and versioncmp($zabbix_version, '5') >= 0 {
311
if versioncmp($facts['os']['release']['major'], '7') == 0 {
312
$fpm_service = 'rh-php72-php-fpm'
0 commit comments