Turn off ssl in my.cnf
We aren't configured with certs, so this is never the right choice. Change-Id: I1c19fd22298e0e2df8ecf1bbdc193e01ef1a1c6b
This commit is contained in:
parent
96b050cf87
commit
8a5cb47fa7
@ -44,7 +44,7 @@ define mysql_backup::backup (
|
|||||||
require => File[$dest_dir],
|
require => File[$dest_dir],
|
||||||
}
|
}
|
||||||
|
|
||||||
include ::logrotate
|
include logrotate
|
||||||
logrotate::file { "${name}-rotate":
|
logrotate::file { "${name}-rotate":
|
||||||
log => "${dest_dir}/${name}.sql.gz",
|
log => "${dest_dir}/${name}.sql.gz",
|
||||||
options => [
|
options => [
|
||||||
|
@ -57,7 +57,7 @@ define mysql_backup::backup_remote (
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
include ::logrotate
|
include logrotate
|
||||||
logrotate::file { "${name}-rotate":
|
logrotate::file { "${name}-rotate":
|
||||||
log => "${dest_dir}/${name}.sql.gz",
|
log => "${dest_dir}/${name}.sql.gz",
|
||||||
options => [
|
options => [
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
host=<%= @database_host %>
|
host=<%= @database_host %>
|
||||||
user=<%= @database_user %>
|
user=<%= @database_user %>
|
||||||
password=<%= @database_password %>
|
password=<%= @database_password %>
|
||||||
|
ssl=false
|
||||||
|
Loading…
Reference in New Issue
Block a user