projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove some cleanup code
[chef.git]
/
cookbooks
/
mysql
/
recipes
/
default.rb
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