]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/recipes/default.rb
Scrub last munin traces
[chef.git] / cookbooks / mysql / recipes / default.rb
index b38a6364baa257878fd5d952bce22f2fc449582a..baeff798e8327d72f41d8ad0250a72ac20d1db1c 100644 (file)
@@ -17,7 +17,6 @@
 # limitations under the License.
 #
 
-include_recipe "munin"
 include_recipe "prometheus"
 
 mysql_variant = if platform?("ubuntu")
@@ -55,15 +54,6 @@ template "/etc/apparmor.d/local/usr.sbin.mysqld" do
   only_if { ::Dir.exist?("/sys/kernel/security/apparmor") }
 end
 
-# FIXME: Remove purge post munin removal
-package "libdbd-mysql-perl" do
-  action :purge
-end
-
-package "libcache-cache-perl" do
-  action :purge
-end
-
 mysql_password = persistent_token("mysql", "prometheus", "password")
 
 mysql_user "prometheus" do