tests acl template

This commit is contained in:
Arne Teuke
2018-12-30 16:25:44 +01:00
parent 9afaaaaa65
commit 4dc9329748

View File

@@ -27,7 +27,7 @@ class cd_haproxy::server::proxy_test (
cd_haproxy::server::proxy { 'testing':
frontend_name => 'test01-frontend',
frontend_mode => 'http',
acl_rule => 'test01-acl',
acl_rule => ' acl too_fast fe_sess_rate ge 10',
backend_name => 'test01-backend',
}
}