From 967e0097f9447d6c73eeb99ef4b0df2a941820c3 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 25 Feb 2013 15:40:05 -0500 Subject: indent the 'mode' template addition from previous commit to line up with other options --- templates/haproxy_listen_block.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy_listen_block.erb b/templates/haproxy_listen_block.erb index 25c1e25..129313f 100644 --- a/templates/haproxy_listen_block.erb +++ b/templates/haproxy_listen_block.erb @@ -1,5 +1,5 @@ listen <%= name %> -mode <%= mode %> + mode <%= mode %> <% Array(ipaddress).uniq.each do |virtual_ip| (ports.is_a?(Array) ? ports : Array(ports.split(","))).each do |port| %> bind <%= virtual_ip %>:<%= port %> <% end end %> -- cgit v1.2.3