]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
ALLIANZ - Update Ruby && fixes
authorOliver Böttcher <oliver.boettcher@pixelpark.com>
Tue, 19 Jun 2018 09:02:14 +0000 (11:02 +0200)
committerOliver Böttcher <oliver.boettcher@pixelpark.com>
Tue, 19 Jun 2018 09:02:14 +0000 (11:02 +0200)
customer/allianz-makler/test-web-allianz-fuer-makler-de.pixelpark.net.yaml
customer/allianz-makler/web-allianz-fuer-makler-de.pixelpark.net.yaml

index c2670f8736f8a6510675b998fa5226794b14ec99..54af7bd949d5c53462afd7fa7aa9f33a4ea130b0 100644 (file)
@@ -23,12 +23,12 @@ infra::profile::ruby_passenger::projects:
     passenger_user: makler
     passenger_app_env: stage
     approot_owner: apache
-    approot: /var/www/makler
-    ruby_version: 'ruby-2.2.5'
+    approot: /var/www/makler/current
+    ruby_version: 'ruby-2.2.10'
     directories:
       - directory_root:
         provider: directory
-        path: '/var/www/makler/public'
+        path: '/var/www/makler/current/public'
         options:
           - FollowSymLinks
           - MultiViews
index 6ede5aa621ffa0215e95a7c9b8c127917f1d714b..990a3d5a9a4f058ddbc06099de01d05d24ce84dd 100644 (file)
@@ -22,26 +22,16 @@ infra::profile::ruby_passenger::projects:
     ssl_key: '/etc/pki/tls/private/www.allianz-fuer-makler.de-key.pem'
     ssl_chain: '/etc/pki/tls/certs/www.allianz-fuer-makler.de-cert.pem'
     passenger_user: makler
-    passenger_app_env: live
+    passenger_app_env: production
     approot_owner: apache
-    approot: /var/www/makler
-    ruby_version: 'ruby-2.2.5'
+    approot: /var/www/makler/current
+    ruby_version: 'ruby-2.2.10'
     directories:
       - directory_root:
         provider: directory
-        path: '/var/www/makler/public'
+        path: '/var/www/makler/current/public'
         options:
           - FollowSymLinks
           - MultiViews
         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'