From a00d2404882a4d3a13fe058f4445ee5633caa232 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 19 Oct 2017 14:02:00 +0200 Subject: [PATCH] added user jenkins to medperts env --- customer/medperts-com/development.yaml | 3 +++ customer/medperts-com/production.yaml | 3 +++ customer/medperts-com/test.yaml | 9 ++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/customer/medperts-com/development.yaml b/customer/medperts-com/development.yaml index 211d2054..612d4393 100644 --- a/customer/medperts-com/development.yaml +++ b/customer/medperts-com/development.yaml @@ -12,6 +12,9 @@ accounts::users: matthias.otto: apply: true sudo: true + jenkins: + apply: true + group: apache liferay::app_server::tomcat::site_name: 'dev-medperts-com.pixelpark.com' liferay::app_server::tomcat::bind_host: '77.74.232.90' diff --git a/customer/medperts-com/production.yaml b/customer/medperts-com/production.yaml index 069ef3c1..9a471ebe 100644 --- a/customer/medperts-com/production.yaml +++ b/customer/medperts-com/production.yaml @@ -5,6 +5,9 @@ accounts::users: sudo: true florian.schade: apply: true + jenkins: + apply: true + group: apache liferay::app_server::tomcat::site_name: 'www.medperts.com' liferay::app_server::tomcat::shutdown_port: 8005 diff --git a/customer/medperts-com/test.yaml b/customer/medperts-com/test.yaml index 09dc195e..2fd8a4f6 100644 --- a/customer/medperts-com/test.yaml +++ b/customer/medperts-com/test.yaml @@ -12,6 +12,9 @@ accounts::users: matthias.otto: apply: true sudo: true + jenkins: + apply: true + group: apache liferay::app_server::tomcat::site_name: 'test-www-medperts-com.pixelpark.net' liferay::app_server::tomcat::shutdown_port: 8005 @@ -51,7 +54,7 @@ liferay::webserver::apache::directories: auth_digest_algorithm: MD5 auth_user_file: '/www/conf/httpd/test-www-medperts-com.pixelpark.net/htpasswd' auth_require: 'valid-user' - allow: + allow: - 'from 93.188.106.250' - 'from 93.188.106.251' custom_fragment: 'Satisfy Any' @@ -117,7 +120,7 @@ httpd::webserver: htpasswd: - webaccess|Limitierung|Lglwm2014 extendedStatus: true - + postgresql::server::ipv4acls: - "host medperts_com_liferay medperts_com 93.188.106.128/25 md5" # BBraun Test Netz - "host medperts_com_liferay medperts_com 217.66.51.0/24 md5" # Admin Netz @@ -242,7 +245,7 @@ logstash::generic_resource: parameters: path: /www/logs/tomcat/liferay/tomcat.out type: tomcat - tags: + tags: - "%{customer}" - "%{environment}" codec: -- 2.39.5