From 8d375c90196baac62da17ebbff28d96fb693fa7d Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Tue, 10 Oct 2017 11:58:07 +0200 Subject: [PATCH] spk-spar-checker modify limit_except --- customer/spk-spar-checker/test.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index c5c6b67c..a88e0052 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -66,10 +66,9 @@ infra::profile::apache::pp_vhosts: - provider: location path: '/' limit_except: - - methods: - - 'GET HEAD POST' -# - require: -# - 'all denied' + - methods: "GET HEAD POST" + - require: + - 'all denied' auth_type: Digest auth_name: server auth_digest_provider: file -- 2.39.5