edestecd / puppet-mariadb

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

Use puppet 4 compatible functions #36

Closed tobias-urdin closed 5 years ago

tobias-urdin commented 5 years ago

In minor release Puppet 5.5.7 they introduced a change [1] that caused all Puppet 3 function to pretty much stop working properly.

This causes issues like [2] for Puppet >= 5.5.7

The puppetlabs-mysql module has support for the puppet 4+ compatible functions since it's 6.0.0 release, bug was tracked in [3].

The fix in the module is here [4].

[1] https://tickets.puppetlabs.com/browse/PUP-9137 [2] https://gist.github.com/tobias-urdin/491e97da6585def720fc4f830e212f30 [3] https://tickets.puppetlabs.com/browse/PUP-9270 [4] https://github.com/puppetlabs/puppetlabs-mysql/pull/1044

tobias-urdin commented 5 years ago

Would be great if we could get an new release after this one as well, due to the increment in mysql module dependency perhaps a major bump or good documentation what changed and what's needed.

edestecd commented 5 years ago

OK thanks for the work. Looks good. I will try and get a new major version released soon.