From: sambufe <samuel.bufe@publicispixelpark.de>
Date: Wed, 21 Jun 2017 09:56:20 +0000 (+0200)
Subject: fbb docroot bugfix
X-Git-Tag: v0.1.0~2798
X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=c9e35ae52af13ab718e5e215e212d15545b222ee;p=pixelpark%2Fhiera.git

fbb docroot bugfix
---

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