]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/templates/default/my.cnf.erb
Configure mysql for the "barracuda" file format for civicrm
[chef.git] / cookbooks / mysql / templates / default / my.cnf.erb
index 7e445fa926140b0757696939a3f0f358319e5b77..65740ec674582de8ccc02374602149f03532ec32 100644 (file)
@@ -3,6 +3,10 @@
 
 [<%= section %>]
 <% settings.each do |name, value| -%>
+<% if value.is_a?(TrueClass) -%>
+<%= name %>
+<% else -%>
 <%= name %> = <%= value %>
 <% end -%>
 <% end -%>
+<% end -%>