From c4799e59b9d9891e6c296c554a11814f14a5abfc Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Mon, 7 May 2012 14:26:21 -0700 Subject: Initial Commit --- templates/haproxy_config_block.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/haproxy_config_block.erb (limited to 'templates/haproxy_config_block.erb') diff --git a/templates/haproxy_config_block.erb b/templates/haproxy_config_block.erb new file mode 100644 index 0000000..8737dfc --- /dev/null +++ b/templates/haproxy_config_block.erb @@ -0,0 +1,11 @@ + +listen <%= name %> <%= virtual_ip %>:<%= virtual_ip_port %> +<% haproxy_config_options.sort.each do |key, val| -%> +<% if val.is_a?(Array) -%> +<% val.each do |item| -%> + <%= key %> <%= item %> +<% end -%> +<% else -%> + <%= key %> <%= val %> +<% end -%> +<% end -%> -- cgit v1.2.3