projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tune mysql for piwik
[chef.git]
/
cookbooks
/
mysql
/
templates
/
default
/
my.cnf.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
<% node[:mysql][:settings].each do |section,settings| -%>
3
4
[<%= section %>]
5
<% settings.each do |name, value| -%>
6
<%= name %> = <%= value %>
7
<% end -%>
8
<% end -%>