From e50752c892b5686fd652e796916c772d8fc13019 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Sun, 30 Dec 2018 16:04:54 +0100
Subject: [PATCH] recommit for updates in build 28
---
CHANGELOG.md | 10 ++++++++++
.../cd_haproxy_3A_3Aserver_3A_3Aproxy_test.html | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0102a6d..a8fd288 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
No issue
+cb22a8cab9e9ede Jenkins ConfDroid 2019-12-30 15:02:10
+
+
recommit for updates in build 27
+
+
+4df4fa95c3e1166 Arne Teuke 2019-12-30 15:01:29
+
+
edites template
+
+
0e3494abca5e62e Jenkins ConfDroid 2019-12-30 14:50:59
recommit for updates in build 26
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 fb05a51..e61ef3e 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
@@ -130,7 +130,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.
30
31
32
-33
+33
+34
# File 'manifests/server/proxy_test.pp', line 23
@@ -142,6 +143,7 @@ class cd_haproxy::server::proxy_test (
cd_haproxy::server::proxy { 'testing':
frontend_name => 'test01-frontend',
frontend_mode => 'http',
+ fe_use_backend => 'test02-backend',
acl_rule => 'test01-acl',
backend_name => 'test01-backend',
}
|