From: Oliver Böttcher Date: Thu, 30 Nov 2017 08:31:14 +0000 (+0100) Subject: Pixelpark - removed some hosts X-Git-Tag: v0.1.0~1969 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2be6ea36660f4ad040f9f3bf69a183c5c6dec354;p=pixelpark%2Fhiera.git Pixelpark - removed some hosts --- diff --git a/customer/pixelpark/streamingmedia01.pixelpark.net.yaml b/customer/pixelpark/streamingmedia01.pixelpark.net.yaml deleted file mode 100644 index 3b0442d3..00000000 --- a/customer/pixelpark/streamingmedia01.pixelpark.net.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -infra::role: base diff --git a/customer/pixelpark/streamingmedia02.pixelpark.net.yaml b/customer/pixelpark/streamingmedia02.pixelpark.net.yaml deleted file mode 100644 index 3b0442d3..00000000 --- a/customer/pixelpark/streamingmedia02.pixelpark.net.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -infra::role: base diff --git a/customer/pixelpark/vm04-olli.pixelpark.com.yaml b/customer/pixelpark/vm04-olli.pixelpark.com.yaml deleted file mode 100644 index d7e2cfd3..00000000 --- a/customer/pixelpark/vm04-olli.pixelpark.com.yaml +++ /dev/null @@ -1,72 +0,0 @@ ---- - -infra::role: base -infra::additional_classes: - - infra::profile::apache - - apache::mod::wsgi - -apache::default_vhost: false - - -apache::mod::wsgi::wsgi_python_home: /www/apps/python-venv-portal-esysta-com - -infra::profile::apache::vhosts: - esysta: - servername: portal-esysta-com.pixelpark.net - serveraliases: - - portal.esysta.com - docroot: '/var/www/esysta' - ip: 217.66.51.181 - port: 80 - directories: - - directory_root: - provider: directory - path: '/var/www/esysta' - options: - - FollowSymLinks - - MultiViews - allow_override: - - All - wsgi_daemon_process: staffsite - wsgi_daemon_process_options: - processes: 2 - threads: 15 - display-name: "%%{BLUBB}{GROUP}" - maximum-requests: 10000 - python-path: "/www/apps/python-venv-portal-esysta-com/lib/python2.6/site-packages:/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib" - wsgi_process_group: staffsite - wsgi_script_aliases: - '/': '/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib/support/wsgi.py' - - esysta_ssl: - servername: portal-esysta-com.pixelpark.net - serveraliases: - - portal.esysta.com - docroot: '/var/www/esysta' - ip: 217.66.51.181 - port: 443 - ssl: true - cert_servername: 'wildcard.pixelpark.net' - cert_customer: 'pixelpark' - ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem - ssl_chain: /etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem - ssl_key: /etc/pki/tls/private/wildcard.pixelpark.net-key.pem - directories: - - directory_root: - provider: directory - path: '/var/www/esysta' - options: - - FollowSymLinks - - MultiViews - allow_override: - - All - wsgi_daemon_process: staffsite_ssl - wsgi_daemon_process_options: - processes: 2 - threads: 15 - display-name: "%%{BLUBB}{GROUP}" - maximum-requests: 10000 - python-path: "/www/apps/python-venv-portal-esysta-com/lib/python2.6/site-packages:/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib" - wsgi_process_group: staffsite_ssl - wsgi_script_aliases: - '/': '/www/htdocs/portal.esysta.com/docs/portal_esysta_com/lib/support/wsgi.py'