-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace deprecated stdlib functions #275
Comments
In this case we have to update to stdlib 4.13.0 and above. |
I wouldn't update the stdlib requirement to 4.13 immediately, many people still run on old versions. Let's keep this issue as reminder. |
https://forge.puppet.com/puppetlabs/stdlib So we'll lose puppet 3 compatibility. |
I'd be happy to write a patch. Is dropping Puppet 3 a problem? |
It's (more or less) done with #350 |
We start with dropping it after acceptence tests are implemented. |
The following functions we use from the
stdlib
module are deprecated and need to be replaced withvalidate_legacy
is_array
is_bool
is_string
validate_array
validate_bool
validate_hash
validate_re
validate_string
The text was updated successfully, but these errors were encountered: