From c9e35ae52af13ab718e5e215e212d15545b222ee Mon Sep 17 00:00:00 2001 From: sambufe Date: Wed, 21 Jun 2017 11:56:20 +0200 Subject: [PATCH] fbb docroot bugfix --- customer/fbb-ws/test.yaml | 4 ++-- customer/fbb-www/dev-www-fbb.pixelpark.net.yaml | 2 ++ customer/fbb-www/production.yaml | 2 ++ customer/fbb-www/test.yaml | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index b1f0f87d..a1266090 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -11,11 +11,11 @@ accounts::users: sudo: false markus.baumann: apply: true - sudo: false + sudo: true #disable before live harry.teuber: apply: true - sudo: false + sudo: true #disable before live jenkins: apply: true diff --git a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml index bdddfaeb..254e1937 100644 --- a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml +++ b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml @@ -122,6 +122,8 @@ infra::profile::apache::pp_vhosts: default_vhost: true docroot_owner: apache docroot_group: apache + #wird benötigt weil die docroot auf einen symlink zeigt + manage_docroot: false setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index e605608d..3ef82fab 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -163,6 +163,8 @@ infra::profile::apache::pp_vhosts: default_vhost: true docroot_owner: apache docroot_group: apache + #wird benötigt weil die docroot auf einen symlink zeigt + manage_docroot: false setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 9cbee9dc..6c9fe68b 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -168,6 +168,8 @@ infra::profile::apache::pp_vhosts: default_vhost: true docroot_owner: apache docroot_group: apache + #wird benötigt weil die docroot auf einen symlink zeigt + manage_docroot: false setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php -- 2.39.5