X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1751b31885773d33dcf3efb396f198f1d10a2221..d18cd92a98384aebf371376383a4408485f12374:/cookbooks/mysql/recipes/default.rb diff --git a/cookbooks/mysql/recipes/default.rb b/cookbooks/mysql/recipes/default.rb index b38a6364b..baeff798e 100644 --- a/cookbooks/mysql/recipes/default.rb +++ b/cookbooks/mysql/recipes/default.rb @@ -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