summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-25 15:40:05 -0500
committerMicah Anderson <micah@riseup.net>2013-02-25 15:40:05 -0500
commit967e0097f9447d6c73eeb99ef4b0df2a941820c3 (patch)
tree3e322e9a32b7a99bd5c13d3172a661481741d7f4
parent446913b18239a475586f29a1856e8ad1039c6a7e (diff)
indent the 'mode' template addition from previous commit to line up with other options
-rw-r--r--templates/haproxy_listen_block.erb2
1 files changed, 1 insertions, 1 deletions
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 %>