]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
bmas-anmeldung - add ssl vhost
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 3 Mar 2016 11:35:12 +0000 (12:35 +0100)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 3 Mar 2016 11:35:12 +0000 (12:35 +0100)
customer/bmas-anmeldung/test-www-anmeldung02-bmas-de.pixelpark.net.yaml

index 6e4c14c6d10f8a9ed676506aacdb59a2092945f6..635d4a4723e8c54651739065d0a9e10013c7d4f7 100644 (file)
@@ -1,7 +1,12 @@
 ---
 site::additional_classes:
   - site::profile::apache
-site::profile::apache::vhosts:
+site::profile::apache::pp_vhosts:
   anmeldung:
     docroot: /var/www/anmeldung
     servername: test-www-anmeldung-bmas-de.pixelpark.net
+    ssl_cert: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem'
+    ssl_key: '/etc/ssl/private/wildcard.pixelpark.net-key.pem'
+    ssl_ca: '/etc/ssl/certs/wildcard.pixelpark.net-cert.pem'
+    proxy_pass:
+      - { path: /, url: 'ajp://test-www-anmeldung-bmas-de.pixelpark.net:8080/' }
\ No newline at end of file