From 486a61e9146df3beeb2bc084d57c72d44cf83064 Mon Sep 17 00:00:00 2001
From: Andreas Gerstenberg <gerstenberg@pixelpark.com>
Date: Tue, 10 Oct 2017 11:46:32 +0200
Subject: [PATCH] spk-spar-checker modify limit_except

---
 customer/spk-spar-checker/test.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml
index b3fcee9b..b2492091 100644
--- a/customer/spk-spar-checker/test.yaml
+++ b/customer/spk-spar-checker/test.yaml
@@ -65,6 +65,11 @@ infra::profile::apache::pp_vhosts:
         directoryindex: 'index.html'
       - provider: location
         path: '/'
+        limit_except:
+          methods:
+            - "GET HEAD POST"
+          require:
+            - "all denied"
         auth_type: Digest
         auth_name: server
         auth_digest_provider: file
@@ -75,13 +80,8 @@ infra::profile::apache::pp_vhosts:
           requires:
             - 'valid-user'
             - 'env admin_ip_range'
-
 #      - provider: location
 #        path: '/api'
-
-#        limit_except:
-#        - methods: "GET HEAD POST"
-#          - require: "all denied"
       - provider: location
         path: '/sfp'
         auth_type: Digest
-- 
2.39.5