From 8dd146e95ca5de2580f5588773ce114809f314af Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 6 Sep 2020 13:42:34 +0200 Subject: [PATCH] Remove obsolete mysql client install This fails nowadays,and the client is already installed via the mysql package in the first place. --- site-cookbooks/backup/recipes/default.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site-cookbooks/backup/recipes/default.rb b/site-cookbooks/backup/recipes/default.rb index a7f215b..a0aa1f7 100644 --- a/site-cookbooks/backup/recipes/default.rb +++ b/site-cookbooks/backup/recipes/default.rb @@ -62,12 +62,6 @@ cron "default backup model" do end include_recipe 'logrotate' -# Install MySQL client (includes mysqldump) -mysql_client 'default' do - action :create - version '5.7' if node[:platform_version].to_f == 18.04 - not_if { node["backup"]["mysql"]["databases"].empty? } -end # Write the credentials file to allow dumps without password for the root # user (https://dev.mysql.com/doc/refman/5.7/en/option-files.html)