projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7007a32
)
Remove some cleanup code
author
Tom Hughes
<tom@compton.nu>
Sun, 26 Feb 2017 10:20:12 +0000
(10:20 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 26 Feb 2017 10:21:09 +0000
(10:21 +0000)
cookbooks/mysql/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/mysql/recipes/default.rb
b/cookbooks/mysql/recipes/default.rb
index 07835e729908255066921f67fa3c2a97eda69e4a..427081239daa786675442735ee1adbdc881ae64d 100644
(file)
--- a/
cookbooks/mysql/recipes/default.rb
+++ b/
cookbooks/mysql/recipes/default.rb
@@
-25,11
+25,6
@@
service "mysql" do
supports :status => true, :restart => true
end
-file "/etc/mysql/conf.d/chef.cnf" do
- action :delete
- notifies :restart, "service[mysql]"
-end
-
conf_file = if node[:lsb][:release].to_f >= 16.04
"/etc/mysql/mysql.conf.d/zzz-chef.cnf"
else