module-puppetlabs-mysql/lib
Roman Mueller afddc3ff7b Fix fetching the mysql_user password for MySQL >=5.7.6
The password column has been renamed to authentication_string in MySQL >=5.7.6.
By using: SELECT /*!50706 AUTHENTICATION_STRING AS */ PASSWORD the query will
continue to work in older versions as well as newer ones.
2015-09-30 18:55:26 +02:00
..
facter Don't explode if macaddress isn't set 2015-06-25 10:23:58 -07:00
puppet Fix fetching the mysql_user password for MySQL >=5.7.6 2015-09-30 18:55:26 +02:00