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

Changed providers/password to use attribute pwd_col #13

Closed Dens49 closed 7 years ago

Dens49 commented 7 years ago

Since we now have an attribute that knows whether to install mariadb or mysql, it's possible to use another attribute to store which column should be used for the user password. Passwordfor mariadb authentication_string for mysql

Should fix issue https://github.com/chr4-cookbooks/mysqld/issues/12

aalmenar commented 7 years ago

I advanced this a little bit more. On PR #14 you can check how i integrated this in the attributes/default.rb to take into account mysql/percona/mariadb versions.

Dens49 commented 7 years ago

Closed because #14 also handles this.