adds acl rule for testing

This commit is contained in:
Arne Teuke
2018-12-30 14:56:57 +01:00
parent e91d4d6808
commit 3d1c714cf5
3 changed files with 13 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class cd_haproxy::server::proxy_test (
cd_haproxy::server::proxy { 'testing':
frontend_name => 'test01-frontend',
acl_rule => 'test01-acl',
backend_name => 'test01-backend',
}
}