From b5102635d2eefa59f3a218db4b0b378ce9c8f55e Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid cd_haproxy::server::proxy.pp Module name: cd_haproxy Author: Arne Teuke
(arne_teuke@ConfDroid.com) This file is part of cd_haproxy. cd_haproxy is used for providing automatic configuration of HAProxy
-Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
-free software: you can redistribute it and/or modify it under the terms of
-the GNU General Public License as published by the Free Software
-Foundation, either version 3 of the License, or (at your option) any later
-version. This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-for more details. You should have received a copy of the GNU General Public License along
-with this program. If not, see www.gnu.org/licenses/.License:
-
-
+24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 41 42 43 @@ -443,25 +453,10 @@ instance configuration. 71 72 73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89+74
# File 'manifests/server/proxy.pp', line 41
+ # File 'manifests/server/proxy.pp', line 24
define cd_haproxy::server::proxy (
@@ -481,6 +476,7 @@ define cd_haproxy::server::proxy (
$be_mode = '',
$default_backend = '',
$be_option = '',
+ $fe_tcp_request = '',
) {
@@ -497,6 +493,7 @@ define cd_haproxy::server::proxy (
$backend_name_array = split($backend_name, ';')
$be_server_name_array = split($be_server_name, ';')
$be_option_array = split($be_option, ';')
+ $fe_tcp_request_array = split($fe_tcp_request, ';')
# create frontend section
concat::fragment { "frontend_${name}":