Unverified Commit ffd5226b authored by Jonathan's avatar Jonathan Committed by GitHub
Browse files

Merge pull request #152 from gonzocrazy/bug_client.conf

Add linebreak after lifetime attribute
parents e08f212c 4c0c75d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ client <%= @shortname %> {
		max_connections = <%= @max_connections %>
		<%- end -%>
		<%- if defined?(@lifetime) -%>
		lifetime = <%= @lifetime -%>
		lifetime = <%= @lifetime %>
		<%- end -%>
		<%- if defined?(@idle_timeout) -%>
		idle_timeout = <%= @idle_timeout %>