We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cffc601 + bd23b58 commit f3e41aaCopy full SHA for f3e41aa
templates/mongodb.conf.2.6.erb
@@ -29,11 +29,14 @@ systemLog.verbosity: 5
29
<% end -%>
30
31
#Process Management
32
-<% if @fork -%>
33
-processManagement.fork: <%= @fork %>
34
-<% end -%>
35
-<% if @pidfilepath -%>
36
-processManagement.pidFilePath: <%= @pidfilepath %>
+<% if @fork or @pidfilepath -%>
+processManagement:
+ <%- if @fork -%>
+ fork: <%= @fork %>
+ <%- end -%>
37
+ <%- if @pidfilepath -%>
38
+ pidFilePath: <%= @pidfilepath %>
39
40
41
42
#Storage
0 commit comments