]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
test-deuwo
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Wed, 23 May 2018 13:31:58 +0000 (15:31 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Wed, 23 May 2018 13:31:58 +0000 (15:31 +0200)
customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml

index d0a1c4823c0674b627400a28ca2fbbb9be99ae79..3b35c699292ae0c0416e0599c1d43f85caa8b6b8 100644 (file)
@@ -98,7 +98,7 @@ sudo::configs:
     priority: "06"
     content: |
       jenkins ALL=(solr) NOPASSWD: ALL
-      
+
 php::extensions:
   gd: {}
   opcache: {}
@@ -209,15 +209,22 @@ infra::profile::apache::pp_vhosts:
         allow_override:
           - All
         directoryindex: index.php index.html
-      - location1:
-        provider: location
-        path: '/'
-        auth_type: Digest
-        auth_name: server
-        auth_digest_provider: file
-        auth_digest_algorithm: MD5
-        auth_user_file: '/etc/httpd/htdigest'
-        auth_require: 'valid-user'
+        - provider: location
+          path: '/'
+          auth_type: Basic
+          auth_name: server
+          auth_user_file: '/etc/httpd/htpasswd'
+          auth_require: 'valid-user'
+
+#      - location1:
+#        provider: location
+#        path: '/'
+#        auth_type: Digest
+#        auth_name: server
+#        auth_digest_provider: file
+#        auth_digest_algorithm: MD5
+#        auth_user_file: '/etc/httpd/htdigest'
+#        auth_require: 'valid-user'
     rewrites:
       - alias:
         comment: 'Alles auf https umleiten'