Skip to content

Commit

Permalink
Set Apache parameters in ci to reflect the real deployment
Browse files Browse the repository at this point in the history
The installer has these values set and this makes the test more
representative of the real world.
  • Loading branch information
ekohl committed Aug 16, 2024
1 parent b1e6e3e commit 5f1a97d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/acceptance/hieradata/common.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
apache::default_mods: false
# This is normally set in the installer, but the bootstrap_rpm test needs it
#apache::default_vhost: false
apache::mpm_module: 'event'
apache::protocols:
- 'h2'
- 'h2c'
- 'http/1.1'

foreman_proxy::manage_puppet_group: false
foreman_proxy::puppet: false
foreman_proxy::puppetca: false
Expand Down

0 comments on commit 5f1a97d

Please sign in to comment.