From: Oliver Böttcher Date: Tue, 19 Jun 2018 09:02:14 +0000 (+0200) Subject: ALLIANZ - Update Ruby && fixes X-Git-Tag: v0.1.0~790 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=448bab8b8deb7404955eeb83711a33d6f127b760;p=pixelpark%2Fhiera.git ALLIANZ - Update Ruby && fixes --- diff --git a/customer/allianz-makler/test-web-allianz-fuer-makler-de.pixelpark.net.yaml b/customer/allianz-makler/test-web-allianz-fuer-makler-de.pixelpark.net.yaml index c2670f87..54af7bd9 100644 --- a/customer/allianz-makler/test-web-allianz-fuer-makler-de.pixelpark.net.yaml +++ b/customer/allianz-makler/test-web-allianz-fuer-makler-de.pixelpark.net.yaml @@ -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 diff --git a/customer/allianz-makler/web-allianz-fuer-makler-de.pixelpark.net.yaml b/customer/allianz-makler/web-allianz-fuer-makler-de.pixelpark.net.yaml index 6ede5aa6..990a3d5a 100644 --- a/customer/allianz-makler/web-allianz-fuer-makler-de.pixelpark.net.yaml +++ b/customer/allianz-makler/web-allianz-fuer-makler-de.pixelpark.net.yaml @@ -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'