updates README

This commit is contained in:
Arne Teuke
2018-12-30 17:17:19 +01:00
parent dacd2936e0
commit 6ecca6ef59

View File

@@ -39,6 +39,10 @@ CONFIGURATION
* manage directories (file system permissions, selinux context) * manage directories (file system permissions, selinux context)
* manage files (file system permissions, content, selinux context) * manage files (file system permissions, content, selinux context)
* manage proxy instances through a define * manage proxy instances through a define
* frontend options
* backend options
* ACL options
SERVICE SERVICE
* manage haproxy 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': cd_haproxy::server::proxy { 'testing':
frontend_name => 'test01-frontend', frontend_name => 'test01-frontend',
frontend_mode => 'http', 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'], 'network_allowed src 0.0.0.0/0'],
backend_name => 'test01-backend', backend_name => 'test01-backend',
} }