File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ class mongodb::server {
435435```
436436
437437##### ` config_data `
438- A hash to allow for additional configuration options
438+ A hash to allow for additional configuration options
439439to be set in user-provided template.
440440
441441
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ unixSocketPrefix = <%= @unixsocketprefix %>
2222
2323<% if @config_data -%>
2424<% @config_data.each do |k,v| -%>
25- <%= k %> : <%= v %>
25+ <%= k %> = <%= v %>
2626<% end -%>
2727<% end -%>
Original file line number Diff line number Diff line change @@ -203,6 +203,6 @@ net.ssl.allowInvalidHostnames = <%= @ssl_invalid_hostnames %>
203203
204204<% if @config_data -%>
205205<% @config_data.each do |k,v| -%>
206- <%= k %> : <%= v %>
206+ <%= k %> = <%= v %>
207207<% end -%>
208208<% end -%>
You can’t perform that action at this time.
0 commit comments