Fixes in newlines for conditionals
This commit is contained in:
parent
181dfe7efa
commit
4227d04021
@ -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 -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user