We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recent versions of stdlib have deprecated a bunch of validation routines The cpan module is using at least one of these (validate_bool)
Error 500 on SERVER: Server Error: Evaluation Error: Unknown function: 'validate_bool'. (file: /etc/puppetlabs/code/environments/production/modules/cpan/manifests/init.pp, line: 54, column: 3)
The text was updated successfully, but these errors were encountered:
#67 should address if repo maintainers approve and merge it
Sorry, something went wrong.
Bad news, validate_legacy is has also gone away in the latest release.
I created a pull request, that replaces all validate_* with class parameter types.
Successfully merging a pull request may close this issue.
Recent versions of stdlib have deprecated a bunch of validation routines
The cpan module is using at least one of these (validate_bool)
Error 500 on SERVER: Server Error: Evaluation Error: Unknown function: 'validate_bool'. (file: /etc/puppetlabs/code/environments/production/modules/cpan/manifests/init.pp, line: 54, column: 3)
The text was updated successfully, but these errors were encountered: