Skip to content

Commit 24633d3

Browse files
author
Johan De Wit
committed
[termplate] Remove double empty lines
1 parent 8219d9e commit 24633d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/mongodb.conf.erb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ storage.quota.maxFilesPerDB: <%= @quotafiles %>
7171
storage.engine: <%= @storage_engine_internal %>
7272
<% end -%>
7373

74-
7574
#Security
7675
<% if @auth -%>
7776
security.authorization: enabled
@@ -85,7 +84,6 @@ security.keyFile: <%= @keyfile %>
8584
security.javascriptEnabled: <%= @noscripting %>
8685
<% end -%>
8786

88-
8987
#Net
9088
<% if @ipv6 -%>
9189
net.ipv6: <%= @ipv6 %>
@@ -177,7 +175,6 @@ setParameter:
177175
authenticationMechanisms: <%= @supported_auth_mechanisms.join(',') %>
178176
<% end -%>
179177

180-
181178
<% if @config_data -%>
182179
<% @config_data.each do |k,v| -%>
183180
<%= k %>: <%= v %>

0 commit comments

Comments
 (0)