]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
spk-spar-checker modify limit_except
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 10 Oct 2017 09:08:59 +0000 (11:08 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Tue, 10 Oct 2017 09:08:59 +0000 (11:08 +0200)
customer/spk-spar-checker/test.yaml

index e93ee095a4d6b3b462faf48b9b4ae5b7fd76bd6b..6a520f429aa2f3bb066f5eca6dcb3b5deb46fcd1 100644 (file)
@@ -63,9 +63,6 @@ infra::profile::apache::pp_vhosts:
         allow_override:
           - None
         directoryindex: 'index.html'
-        limit_except:
-          - methods: "GET HEAD POST"
-          require: "all denied"
       - provider: location
         path: '/'
         auth_type: Digest
@@ -80,6 +77,11 @@ infra::profile::apache::pp_vhosts:
             - 'env admin_ip_range'
 #      - provider: location
 #        path: '/api'
+        limit_except:
+          - methods: "GET HEAD POST"
+          - require:
+            - requires:
+              - "all denied"
       - provider: location
         path: '/sfp'
         auth_type: Digest