From 6ecca6ef59e5087a28d68b2a2b39aad74bb647a5 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 17:17:19 +0100 Subject: [PATCH] updates README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a7345..e03b675 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ CONFIGURATION * manage directories (file system permissions, selinux context) * manage files (file system permissions, content, selinux context) * manage proxy instances through a define + * frontend options + * backend options + * ACL options + SERVICE * manage haproxy service @@ -92,7 +96,7 @@ In order to create proxy instances, you will need an external class, which addre 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', }