From 87603c49c746a9abaa3e810c7c133ba23f9b4685 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
+ No issue
+1ef93c6e81f9820 Jenkins ConfDroid 2019-12-30 16:13:15
+recommit for updates in build 40
+
+
+
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 optionsSERVICE * 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 optionsSERVICE * 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',
}