From 5f1a97dc237abe4c7965d46c77c5f168eb7304ec Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 17 May 2024 08:38:26 +0200 Subject: [PATCH] Set Apache parameters in ci to reflect the real deployment The installer has these values set and this makes the test more representative of the real world. --- spec/acceptance/hieradata/common.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/acceptance/hieradata/common.yaml b/spec/acceptance/hieradata/common.yaml index 4ff4756..c47023e 100644 --- a/spec/acceptance/hieradata/common.yaml +++ b/spec/acceptance/hieradata/common.yaml @@ -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