module-puppetlabs-mysql/lib
Igor Galić 837c21b963 length check for usernames should take mysql version into consideration
Starting MariaDB 10.0.0, usernames are now 80 long.
Our mysql_user and mysql_grant types now take that into consideration.

This check is *opportunistic*. It will only take place if the
mysql_version fact is available. If that is not the case, it will be
skipped, leaving the database itself to deal with it, and returning its
error verbatim to our users, if it does fail.

Our fixed and extended tests assume this isn't the first run, and the
fact is already in place.
2015-05-29 14:13:39 +02:00
..
facter (maint) - Add a fact for capturing the mysql version installed 2015-05-08 08:51:38 -07:00
puppet length check for usernames should take mysql version into consideration 2015-05-29 14:13:39 +02:00