]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
changed vhost conf
authorThomas Heller <thomas.heller@pixelpark.com>
Thu, 14 Jun 2018 12:24:15 +0000 (14:24 +0200)
committerThomas Heller <thomas.heller@pixelpark.com>
Thu, 14 Jun 2018 12:24:15 +0000 (14:24 +0200)
customer/buschjaeger/production.yaml

index 6f632de23681be55a9ad19ab6408db6a7f7e7c95..ae56a5539765a7c131f9b7040ace38c39fd39520 100644 (file)
@@ -400,7 +400,19 @@ infra::profile::apache::pp_vhosts:
     docroot: '/var/www/html/update'
     servername: update.busch-jaeger.de
     ssl: false
+    directories:
+      - directory1:
+        provider: directory
+        path: '/srv/www/html/update'
+        options:
+          - "-Indexes"
   manuals.busch-jaeger.de:
     docroot: '/var/www/html/manuals'
     servername: manuals.busch-jaeger.de
     ssl: false
+    directories:
+      - directory1:
+        provider: directory
+        path: '/srv/www/html/manuals'
+        options:
+          - "-Indexes"