Update Chef to 14.11.21 #27
@ -64,6 +64,7 @@ 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user