summaryrefslogtreecommitdiff
path: root/puppet/modules/haproxy/templates/haproxy_balancermember.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/haproxy/templates/haproxy_balancermember.erb')
-rw-r--r--puppet/modules/haproxy/templates/haproxy_balancermember.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/modules/haproxy/templates/haproxy_balancermember.erb b/puppet/modules/haproxy/templates/haproxy_balancermember.erb
deleted file mode 100644
index 1d03f565..00000000
--- a/puppet/modules/haproxy/templates/haproxy_balancermember.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<% Array(ipaddresses).zip(Array(server_names)).each do |ipaddress,host| -%>
- server <%= host %> <%= ipaddress %>:<%= Array(ports).collect {|x|x.split(',')}.flatten.join(",#{ipaddress}:") %> <%= Array(options).join(" ") %>
-<% end %>