From 24633d39f9af12d2c736acc36832be9a2f6e662a Mon Sep 17 00:00:00 2001 From: Johan De Wit Date: Mon, 19 Feb 2024 13:16:07 +0100 Subject: [PATCH] [termplate] Remove double empty lines --- templates/mongodb.conf.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/mongodb.conf.erb b/templates/mongodb.conf.erb index d40fb835e..10e0e600b 100644 --- a/templates/mongodb.conf.erb +++ b/templates/mongodb.conf.erb @@ -71,7 +71,6 @@ storage.quota.maxFilesPerDB: <%= @quotafiles %> storage.engine: <%= @storage_engine_internal %> <% end -%> - #Security <% if @auth -%> security.authorization: enabled @@ -85,7 +84,6 @@ security.keyFile: <%= @keyfile %> security.javascriptEnabled: <%= @noscripting %> <% end -%> - #Net <% if @ipv6 -%> net.ipv6: <%= @ipv6 %> @@ -177,7 +175,6 @@ setParameter: authenticationMechanisms: <%= @supported_auth_mechanisms.join(',') %> <% end -%> - <% if @config_data -%> <% @config_data.each do |k,v| -%> <%= k %>: <%= v %>