edestecd / puppet-mariadb

Puppet Module for managing MariaDB
GNU General Public License v3.0
3 stars 21 forks source link

Porting to use the new mysql::deepmerge function #37

Closed binford2k closed 5 years ago

binford2k commented 5 years ago

The mysql_deepmerge function was flawed and will crash on Puppet version 5.5.7. This changes your code to use the new version of the function, which does not have this flaw.

See https://tickets.puppetlabs.com/browse/MODULES-8193 for more details.

edestecd commented 5 years ago

duplicate of #36