From 542577c35cc2f469ca30491d36ac5c41987efdd7 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 29 Dec 2018 19:40:26 +0100 Subject: [PATCH] adding template for testing --- 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 f90e70a..b0fa2de 100644 --- a/manifests/server/proxy_test.pp +++ b/manifests/server/proxy_test.pp @@ -24,7 +24,7 @@ class cd_haproxy::server::proxy_test ( ) inherits cd_haproxy::params { - cd_haproxy::proxy { 'testing': + cd_haproxy::server::proxy { 'testing': frontend_name => 'test01', }