From 4dc9329748da29d05f3795ef6f5504d085635b06 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Dec 2018 16:25:44 +0100 Subject: [PATCH] tests acl template --- manifests/server/proxy_test.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/server/proxy_test.pp b/manifests/server/proxy_test.pp index 2b4fc66..613844d 100644 --- a/manifests/server/proxy_test.pp +++ b/manifests/server/proxy_test.pp @@ -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', } }