Skip to content

Commit

Permalink
[termplate] Remove double empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan De Wit committed Feb 19, 2024
1 parent c002246 commit fb4bfe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/mongodb.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ storage.quota.maxFilesPerDB: <%= @quotafiles %>
storage.engine: <%= @storage_engine_internal %>
<% end -%>


#Security
<% if @auth -%>
security.authorization: enabled
Expand All @@ -85,7 +84,6 @@ security.keyFile: <%= @keyfile %>
security.javascriptEnabled: <%= @noscripting %>
<% end -%>


#Net
<% if @ipv6 -%>
net.ipv6: <%= @ipv6 %>
Expand Down Expand Up @@ -177,7 +175,6 @@ setParameter:
authenticationMechanisms: <%= @supported_auth_mechanisms.join(',') %>
<% end -%>
<% if @config_data -%>
<% @config_data.each do |k,v| -%>
<%= k %>: <%= v %>
Expand Down

0 comments on commit fb4bfe0

Please sign in to comment.