Merge "Apache: Disable default mods"

This commit is contained in:
Zuul 2023-09-16 15:19:49 +00:00 committed by Gerrit Code Review
commit 3594838389
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
---
apache::default_vhost: false

View File

@ -2,5 +2,8 @@ class openstack_integration::apache {
include openstack_integration::params
include openstack_integration::config
include apache
class { 'apache':
default_mods => false,
default_vhost => false,
}
}