Fixes in newlines for conditionals

This commit is contained in:
Yolanda Robla 2015-03-18 13:35:49 +01:00
parent 181dfe7efa
commit 4227d04021
1 changed files with 4 additions and 4 deletions

View File

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