adding backend template for testing

This commit is contained in:
Arne Teuke
2018-12-29 19:54:41 +01:00
parent 66f16e8e09
commit e91d4d6808
3 changed files with 14 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ class cd_haproxy::server::proxy_test (
) inherits cd_haproxy::params {
cd_haproxy::server::proxy { 'testing':
frontend_name => 'test01',
frontend_name => 'test01-frontend',
backend_name => 'test01-backend',
}
}