Closed silug closed 1 year ago
Thanks for raising this @silug. Looks like this is being addressed in https://github.com/puppetlabs/puppetlabs-stdlib/pull/1367, lets see if we can get it moving along.
Thanks for raising this @silug. Looks like this is being addressed in #1367, lets see if we can get it moving along.
Sorry @jordanbreen28, I completely missed that PR. It looks like the fix was merged in https://github.com/puppetlabs/puppetlabs-stdlib/commit/24a0f2138f0fa3ef535b3424c314324ff3955680.
Thanks!
Describe the Bug
Passing
undef
as the second argument tofqdn_rand_string
results in a compilation error. This worked (unintentionally or not) in previous versions of stdlib.Expected Behavior
Function returns a random string (as it did in 8.x)
Steps to Reproduce
Steps to reproduce the behavior:
fqnd_rand_string
withundef
as the second argumentEnvironment
Additional Context
This code worked as recently as stdlib 8.6.0.