From a849a36d2a1fbc589be7f653d4d2db0c6bcab5a2 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Tue, 10 Oct 2017 11:13:11 +0200 Subject: [PATCH] spk-spar-checker modify limit_except --- customer/spk-spar-checker/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 1eba468d..e2ae9a18 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -78,8 +78,11 @@ infra::profile::apache::pp_vhosts: # - provider: location # path: '/api' limit_except: - require: "all denied" - methods: "GET HEAD POST" + - require: + enforce: all + requires: + - "all denied" - provider: location path: '/sfp' auth_type: Digest -- 2.39.5