chr4-cookbooks / mysqld

chef cookbook for installing and configuring mysql, only changing explicitly given options from the systems defaults
4 stars 11 forks source link

Percona support #11

Closed aalmenar closed 7 years ago

aalmenar commented 7 years ago

If it's interesting, i can make a pull request with support for percona, like mariadb.

aalmenar commented 7 years ago

@chr4 i forked this repo and added percona support, added a kitchen and serverspec tests.

I haven't made a pull request yet, but if likeable to be added to the cookbook i'll finish it.

https://github.com/tecnocratica/mysqld/commit/3c79aa0f85a7fecaedbbe3ffdaf36170517d01cf

aalmenar commented 7 years ago

Made a pull request with changes and tested with kitchen and serverspec to verify password has been changed.

chr4-cookbooks/mysqld/pull/14