Skip to content

Commit

Permalink
Fixes #34590 - Enable only minimum apache modules
Browse files Browse the repository at this point in the history
The puppetlabs-apache module installs Apache httpd with a set of default Apache modules, some of which are not necessary for our use case. This commit reduces that set of Apache modules to a minimum, by setting `apache::default_mods: false` in `config/foreman.hiera/common.yaml`. The user can enable additional modules if desired by overriding `apache::default_mods` in custom-hiera.yaml with a list of Apache modules. For more information, see documentation for puppetlabs-apache.
  • Loading branch information
wbclark authored and ehelms committed Apr 26, 2022
1 parent 8ba5762 commit b2b6eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/foreman.hiera/common.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
apache::default_vhost: false
apache::default_mods: false

dhcp::config_comment: |
READ: This file was written the foreman-installer and not by the Foreman
application. Any updates to subnets in the Foreman database are not
Expand Down

0 comments on commit b2b6eea

Please # to comment.