Fixes in newlines for conditionals

This commit is contained in:
Yolanda Robla 2015-03-18 13:35:49 +01:00
parent 181dfe7efa
commit 4227d04021

View File

@ -8,9 +8,9 @@ START=<%- if @enable_puppet == true-%>yes<%-else-%>no<%-end%>
# Startup options # Startup options
DAEMON_OPTS="" DAEMON_OPTS=""
<% if @http_proxy %> <% if @http_proxy -%>
export http_proxy=<%= @http_proxy %> export http_proxy=<%= @http_proxy %>
<% end %> <% end -%>
<% if @https_proxy %> <% if @https_proxy -%>
export https_proxy=<%= @https_proxy %> export https_proxy=<%= @https_proxy %>
<% end %> <% end -%>