adds frontend variables

This commit is contained in:
Arne Teuke
2018-12-30 15:39:04 +01:00
parent 2917654242
commit 74f61bc04f
4 changed files with 5 additions and 2 deletions

View File

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