summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-10-10 17:21:21 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-10-10 17:21:21 -0700
commitb7c098f89d124946bbadb9002e423eac0ff736b1 (patch)
tree3bf833bcadad39e79d11b49f4cf122d00d5f7e59 /templates
parent2ecc40a69636000adcdf385a3f1991d36d695b9c (diff)
Change `virtual_ip` to `listen_ip`
Because it's not really virtual.
Diffstat (limited to 'templates')
-rw-r--r--templates/haproxy_config_block.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/haproxy_config_block.erb b/templates/haproxy_config_block.erb
index 526249f..9223140 100644
--- a/templates/haproxy_config_block.erb
+++ b/templates/haproxy_config_block.erb
@@ -1,5 +1,5 @@
-listen <%= name %> <%= virtual_ip %>:<%= Array(ports).join(",#{virtual_ip}:") %>
+listen <%= name %> <%= listen_ip %>:<%= Array(ports).join(",#{listen_ip}:") %>
<% config_options.sort.each do |key, val| -%>
<% if val.is_a?(Array) -%>
<% val.each do |item| -%>