Skip to content

Commit

Permalink
Strip line endings in mime.types
Browse files Browse the repository at this point in the history
This ensures there are no empty lines in the file.
  • Loading branch information
ekohl committed Oct 1, 2018
1 parent 445bb1e commit be4b437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/conf.d/mime.types.epp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MANAGED BY PUPPET
types {
<% $nginx::mime_types.each |$key, $value| { %>
<% $nginx::mime_types.each |$key, $value| { -%>
<%= $key %> <%= $value %>;
<% } %>
<% } -%>
}

0 comments on commit be4b437

Please sign in to comment.