From 87603c49c746a9abaa3e810c7c133ba23f9b4685 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sun, 30 Dec 2018 17:17:56 +0100 Subject: [PATCH] recommit for updates in build 41 --- CHANGELOG.md | 10 ++++++++++ doc/file.README.html | 5 +++-- doc/index.html | 5 +++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7a0a2..3342fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+1ef93c6e81f9820 Jenkins ConfDroid 2019-12-30 16:13:15 +

+

recommit for updates in build 40

+ +

+dacd2936e0aab10 Arne Teuke 2019-12-30 16:12:36 +

+

acl template works

+ +

f02d2ba6f314d94 Jenkins ConfDroid 2019-12-30 16:07:27

recommit for updates in build 39

diff --git a/doc/file.README.html b/doc/file.README.html index a5eaf0f..6a8d9ef 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -127,7 +127,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"

CONFIGURATION * manage haproxy user * manage directories (file system permissions, selinux context) * manage files (file system permissions, -content, selinux context) * manage proxy instances through a define

+content, selinux context) * manage proxy instances through a define * +frontend options * backend options * ACL options

SERVICE * manage haproxy service * restart service after changes in the configuration

@@ -202,7 +203,7 @@ addresses the define, like so:

cd_haproxy::server::proxy { 'testing':
     frontend_name   =>  'test01-frontend',
     frontend_mode   =>  'http',
-    `acl_rule`        =>  ['too_fast fe_sess_rate ge 10',
+    acl_rule        =>  ['too_fast fe_sess_rate ge 10',
                           'network_allowed src 0.0.0.0/0'],
     backend_name    =>  'test01-backend',
   }
diff --git a/doc/index.html b/doc/index.html index e1ab148..470ba20 100644 --- a/doc/index.html +++ b/doc/index.html @@ -127,7 +127,8 @@ href="https://gitlab.confdroid.com/12WW1160/cd_haproxy/blob/master/CHANGELOG.md"

CONFIGURATION * manage haproxy user * manage directories (file system permissions, selinux context) * manage files (file system permissions, -content, selinux context) * manage proxy instances through a define

+content, selinux context) * manage proxy instances through a define * +frontend options * backend options * ACL options

SERVICE * manage haproxy service * restart service after changes in the configuration

@@ -202,7 +203,7 @@ addresses the define, like so:

cd_haproxy::server::proxy { 'testing':
     frontend_name   =>  'test01-frontend',
     frontend_mode   =>  'http',
-    `acl_rule`        =>  ['too_fast fe_sess_rate ge 10',
+    acl_rule        =>  ['too_fast fe_sess_rate ge 10',
                           'network_allowed src 0.0.0.0/0'],
     backend_name    =>  'test01-backend',
   }