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.
+
+
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',
}