adds parameters

This commit is contained in:
Arne Teuke
2018-12-30 15:50:19 +01:00
parent 74f61bc04f
commit 1b5419be92
3 changed files with 7 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ define cd_haproxy::server::proxy (
$frontend_name = undef,
$frontend_mode = undef,
$fe_use_backend = undef,
$frontend_order = '010',
$acl_rule = undef,
$acl_order = '020',

View File

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