-
Notifications
You must be signed in to change notification settings - Fork 262
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
module has wrong dependency for stdlib in metadata.json #146
Milestone
Comments
could you turn this into a PR? :) |
mrunkel
pushed a commit
to mrunkel/puppet-datadog-agent
that referenced
this issue
Nov 21, 2015
… validate_integer function.
Done. |
@mrunkel thanks a lot for this! |
cegeka-jenkins
pushed a commit
to cegeka/puppet-datadog_agent
that referenced
this issue
Jan 31, 2018
… validate_integer function.
Close this since it's implemented? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
metadata.json indicates that any 4.x version of stdlib is sufficient, but the use of validate_integer means it's not.
We have 4.5.1 installed currently which doesn't have the validate_integer function.
Please correct your metadata.json file to reflect the minimum version of stdlib that includes validate_integer. It looks like v4.6 is what you want.
The text was updated successfully, but these errors were encountered: