]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
other values after nginx update
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 16 Jun 2016 16:10:20 +0000 (18:10 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 16 Jun 2016 16:10:20 +0000 (18:10 +0200)
customer/pixelpark/git01.pixelpark.com.yaml

index f4a2c6777a7209dccf7a21689bd81c69b84bbfc5..cd239cd8060d878f610f77864d1927c5bafa368b 100644 (file)
@@ -26,9 +26,8 @@ nginx::nginx_vhosts:
       'error_page 422': '/422.html'
       'error_page 500': '/500.html'
       'error_page 502': '/502.html'
-nginx::nginx_locations:
-  docroot:
-    vhost: gitlab
-    www_root: /opt/gitlab/embedded/service/gitlab-rails/public/
-    internal: true
-    location: '~ ^/(404|422|500|502)\.html$'
+    locations:
+      docroot:
+        www_root: /opt/gitlab/embedded/service/gitlab-rails/public/
+        internal: true
+        location: '~ ^/(404|422|500|502)\.html$'