adding template for testing

This commit is contained in:
Arne Teuke
2018-12-29 19:47:00 +01:00
parent 31bc69ad81
commit 66f16e8e09
2 changed files with 3 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ $hy_frontendrule = 'cd_haproxy/haproxy_frontend_rule.erb'
# create frontend section
concat::fragment { "frontend_${name}":
target => $hy_main_config,
content => $hy_frontendrule,
content => template($hy_frontendrule),
order => $frontend_order,
}