]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
deuwo test limit_except in api vhost array v1
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Thu, 24 May 2018 09:53:32 +0000 (11:53 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Thu, 24 May 2018 09:53:32 +0000 (11:53 +0200)
customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml

index 48df26619fb754dd9b0e32c5782c2dd3a26765d5..ee6a226be4398f8f0e03eb02a64eff7e32865fa8 100644 (file)
@@ -211,13 +211,14 @@ infra::profile::apache::pp_vhosts:
         directoryindex: index.php index.html
       - location1:
         provider: location
-        limit_except:
-          - {methods: 'GET HEAD', require: 'valid-user'}
         path: '/'
-        auth_type: Basic
-        auth_name: server
-        auth_user_file: '/etc/httpd/.htpasswd'
-        auth_require: 'valid-user'
+        limit_except:
+          - {methods: 'OPTIONS', auth_type: 'Basic', auth_name: 'server', auth_user_file: '/etc/httpd/.htpasswd', auth_require: 'valid-user'}
+
+  #      auth_type: Basic
+  #      auth_name: server
+  #      auth_user_file: '/etc/httpd/.htpasswd'
+  #      auth_require: 'valid-user'
 
   #      provider: location
   #      path: '/'