recommit for updates in build 18

This commit is contained in:
Jenkins ConfDroid
2018-12-29 19:47:43 +01:00
parent 0bc58b3d5a
commit 2222c81393
2 changed files with 11 additions and 1 deletions

View File

@@ -188,7 +188,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,
}