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.
1 parent 2a400ad commit 6cfcdbdCopy full SHA for 6cfcdbd
templates/my.cnf.erb
@@ -4,7 +4,7 @@
4
<% if v.is_a?(Hash) -%>
5
[<%= k %>]
6
<% v.sort.map do |ki, vi| -%>
7
-<% if ki == 'ssl-disable' or (ki =~ /^ssl/ and v['ssl-disable'] == true) -%>
+<% if ki == 'ssl-disable' or (ki =~ /^ssl/ and v['ssl-disable'] == true) or (ki =~ /^ssl-/ and v['ssl'] == false) -%>
8
<% next %>
9
<% elsif vi == true or vi == '' -%>
10
<%= ki %>
0 commit comments