acl template works

This commit is contained in:
Arne Teuke
2018-12-30 17:12:36 +01:00
parent ae0fbb70ba
commit dacd2936e0
2 changed files with 7 additions and 3 deletions

View File

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