blob: 8311b1a5b06cfd7af77ad1e9dc15d98a701cd520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<%- @haproxy.each do |frontend, options| -%>
<%- if options['servers'] -%>
##
## <%= frontend %>
##
<%= scope.function_templatewlv(["site_haproxy/#{frontend}.erb", options]) %>
<%- end -%>
<%- end -%>
|