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:
		 Monty Taylor
					Monty Taylor
				
			
				
					committed by
					
						 Clark Boylan
						Clark Boylan
					
				
			
			
				
	
			
			
			 Clark Boylan
						Clark Boylan
					
				
			
						parent
						
							96b050cf87
						
					
				
				
					commit
					8a5cb47fa7
				
			| @@ -44,7 +44,7 @@ define mysql_backup::backup ( | ||||
|     require => File[$dest_dir], | ||||
|   } | ||||
|  | ||||
|   include ::logrotate | ||||
|   include logrotate | ||||
|   logrotate::file { "${name}-rotate": | ||||
|     log     => "${dest_dir}/${name}.sql.gz", | ||||
|     options => [ | ||||
|   | ||||
| @@ -57,7 +57,7 @@ define mysql_backup::backup_remote ( | ||||
|     ], | ||||
|   } | ||||
|  | ||||
|   include ::logrotate | ||||
|   include logrotate | ||||
|   logrotate::file { "${name}-rotate": | ||||
|     log     => "${dest_dir}/${name}.sql.gz", | ||||
|     options => [ | ||||
|   | ||||
| @@ -2,3 +2,4 @@ | ||||
| host=<%= @database_host %> | ||||
| user=<%= @database_user %> | ||||
| password=<%= @database_password %> | ||||
| ssl=false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user