-
-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix installation and testing on Ubuntu 18.04 bionic, EL7, Fedora and (#…
…571) Opensuse Also: - attempt to fix many of the tests that run in travis-ci - Fix seemingly all the systemd-based installations by not deleting the default my.cnf file - rename the mysql_test cookbook to test - fix many test failures on fedora, rhel7 and opensuse - rebase and squash a dozen different commits into one Signed-off-by: Irving Popovetsky <[email protected]>
- Loading branch information
Showing
23 changed files
with
136 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
maintainer_email '[email protected]' | ||
license 'Apache-2.0' | ||
description 'Provides mysql_service, mysql_config, and mysql_client resources' | ||
version '8.5.1' | ||
version '8.5.2' | ||
|
||
%w(redhat centos scientific oracle).each do |el| | ||
supports el, '>= 6.0' | ||
|
@@ -12,7 +12,7 @@ | |
supports 'amazon' | ||
supports 'fedora' | ||
supports 'debian', '>= 7.0' | ||
supports 'ubuntu', '>= 12.04' | ||
supports 'ubuntu', '>= 14.04' | ||
|
||
supports 'opensuse', '>= 13.0' | ||
supports 'opensuseleap' | ||
|
Oops, something went wrong.