From 7d7c9bd9eb80103fca8734963f3db1e7e9cfdcf2 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Mon, 7 Jan 2019 20:35:07 +0100
Subject: [PATCH] recommit for updates in build 61
---
CHANGELOG.md | 10 ++++++++++
.../cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e21b284..0bbca82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
No issue
+f3ff46c59168d2f Jenkins ConfDroid 2019-01-07 19:34:23
+
+
recommit for updates in build 60
+
+
+867443afae428d2 Arne Teuke 2019-01-07 19:33:44
+
+
adds maxconn rule
+
+
a5769ea9d1b6a92 Jenkins ConfDroid 2019-01-07 19:30:29
recommit for updates in build 59
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html b/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html
index a031a9f..da9afe2 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html
@@ -154,7 +154,7 @@ class cd_haproxy::server::proxy_test (
fe_maxconn => '10000',
backend_name => 'test01-backend',
be_server_name => ['web01 web01.confdroid.com:80 check',
- 'web02 web02.confdroid.com:80 check'],
+ 'web02 web02.confdroid.com:80 check'],
}
}