Skip to content

Refactor mysql module. #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 15, 2012
Merged

Refactor mysql module. #41

merged 8 commits into from
Mar 15, 2012

Conversation

nanliu
Copy link
Contributor

@nanliu nanliu commented Mar 13, 2012

  • Add RH support commits from Justin Ellison.
  • Add self.instances to database and database_user for puppet resource.
  • Update database provider to use flush method.
  • Update module to conform to puppet-lint recommendations.
  • Cleanup some unecessary logic in mysql::db define type.
  • Move mysql_restart to config class.
  • Use class to class dependency instead of resource dependency.
  • Change appropriate rspec-puppet tests.
  • Add fixtures directory to simplify testing.
  • Update raketask and spec_helper to reflect fixture changes.
  • Update mysql_password function to support validation.
  • Move client installation to a separate class.
  • Update documentation and readme.

justinellison and others added 8 commits February 28, 2012 10:34
ever hit the default.

Moving the variables to just after the case statement will set
them, removing the default part of the case will cause this class
to fail on unsupported distros.
a $config_file variable to allow per-distro config file destinations.
This is a major change to the module and would be released as a new
version.

* Add self.instances to database and database_user for puppet resource.
* Update database provider to use flush method.
* Update module to conform to puppet-lint recommendations.
* Cleanup some unecessary logic in mysql::db define type.
* Move mysql_restart to config class.
* Use class to class dependency instead of resource dependency.
* Change appropriate rspec-puppet tests.
* Add fixtures directory to simplify testing.
* Update raketask and spec_helper to reflect fixture changes.
* Update mysql_password function to support validation.
* Move client installation to a separate class.
* Update documentation and readme.
bodepd added a commit that referenced this pull request Mar 15, 2012
@bodepd bodepd merged commit 82d0ae5 into puppetlabs:master Mar 15, 2012
pmcmaw pushed a commit to pmcmaw/puppetlabs-mysql that referenced this pull request Mar 3, 2021
…ads/master-0-g42100ae

Revert "pdksync - Update using 1.5.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants