From c2b8ca3b34d86b2744d79d412dc807a671d13c22 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 20 Oct 2017 11:47:39 +0200 Subject: [PATCH] spk-spar-checker update config --- customer/spk-spar-checker/production.yaml | 5 +---- customer/spk-spar-checker/test.yaml | 6 +++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index 688b4a45..ff01c7e0 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -76,10 +76,7 @@ infra::profile::apache::pp_vhosts: allow_override: - None directoryindex: 'index.html' - custom_fragments: - - 'AddType text/plain .tmpl' - - 'ExpiresActive On' - - 'ExpiresDefault A0' + custom_fragment: 'AddType text/plain .tmpl' rewrites: - comment: 'frontend root rewrite' rewrite_cond: diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 1f15b558..59cd9ba4 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -74,7 +74,11 @@ infra::profile::apache::pp_vhosts: allow_override: - None directoryindex: 'index.html' - custom_fragment: 'AddType text/plain .tmpl' +# custom_fragment: 'AddType text/plain .tmpl' + custom_fragments: + - 'AddType text/plain .tmpl' + - 'ExpiresActive On' + - 'ExpiresDefault A0' rewrites: - comment: 'frontend root rewrite' rewrite_cond: -- 2.39.5