Open janit42 opened 1 year ago
Puppetfiles
.These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.
Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.
@janit42 please rebase against main to get rid of the merge commit.
@janit42 please rebase against main to get rid of the merge commit.
thanks for the heads-up @bastelfreak ! Anything else I can do for now?
@janit42 can you maybe add a unit test for it?
the type of $tls_options has recently been changed to Array in 5131e0f806 while the code in lib/puppet/type/mysql_user.rb is able to work with it as an Array or a String.
This change allows $tls_options to by a String in addition to Array, which re-establishes compatibility with other modules, like puppet-icinga
Fixes https://github.com/puppetlabs/puppetlabs-mysql/issues/1539