summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-10-10 17:05:59 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-10-10 17:14:20 -0700
commit36fbd37204ade61160ab060b055e9887288dcefd (patch)
treec34a5733cfc517f8dad9cdf406ec765a7dccd6dd /templates
parent3d71b9093a8600d465f373de594378b40bd78c83 (diff)
Rename `haproxy_config_options` parameter to `config_options`
For great sanity
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 42d0e06..526249f 100644
--- a/templates/haproxy_config_block.erb
+++ b/templates/haproxy_config_block.erb
@@ -1,6 +1,6 @@
listen <%= name %> <%= virtual_ip %>:<%= Array(ports).join(",#{virtual_ip}:") %>
-<% haproxy_config_options.sort.each do |key, val| -%>
+<% config_options.sort.each do |key, val| -%>
<% if val.is_a?(Array) -%>
<% val.each do |item| -%>
<%= key %> <%= item %>