summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-07 13:30:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-07 13:30:53 -0200
commitb39ed3d7adc85620daaf10a34714476f0547bedf (patch)
tree57742b56258f24be7284772592779b15e660aca0
parentf3da115d723535c5206bdf0f5c2c1e9fe3a3c912 (diff)
downloadpuppet-apache-b39ed3d7adc85620daaf10a34714476f0547bedf.tar.gz
puppet-apache-b39ed3d7adc85620daaf10a34714476f0547bedf.tar.bz2
Removes trailing spaces from template
-rw-r--r--templates/site.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/site.erb b/templates/site.erb
index 17ff13e..20546f5 100644
--- a/templates/site.erb
+++ b/templates/site.erb
@@ -13,7 +13,7 @@
<% if @redirect != false %> Redirect <%= @redirect %><% end %>
<% if @aliases != false %><% @aliases.each do |map| -%>
Alias <%= map %>
-<% end -%><% end -%>
+<% end -%><% end -%>
<% if @use != false %><% @use.each do |instance| -%>
Use <%= instance %>
<% end -%><% end -%>
@@ -21,7 +21,7 @@
<IfModule mpm_itk_module>
AssignUserId <%= @user %> <%= @gid %>
</IfModule>
-<% end %>
+<% end %>
<% if @canonical != false %>
<%- for canonical_exception in @canonical_exceptions -%>
RewriteCond %{HTTP_HOST} !=<%= canonical_exception %> [NC]
@@ -65,7 +65,7 @@
<% if @redirect != false %> Redirect <%= @redirect %><% end %>
<% if @aliases != false %><% aliases.each do |map| -%>
Alias <%= @map %>
-<% end -%><% end -%>
+<% end -%><% end -%>
<% if @use != false %><% @use.each do |instance| -%>
Use <%= instance %>
<% end -%><% end -%>