Skip to content
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

Fix forge warning: "Dependencies contain unbounded ranges." #22

Closed
cardil opened this issue Dec 3, 2015 · 1 comment
Closed

Fix forge warning: "Dependencies contain unbounded ranges." #22

cardil opened this issue Dec 3, 2015 · 1 comment

Comments

@cardil
Copy link
Collaborator

cardil commented Dec 3, 2015

Puppetlabs's forge is issuing a warning with message "Dependencies contain unbounded ranges". It can be seen here: https://forge.puppetlabs.com/coi/jboss/scores.

This is because module's dependencies are specified without upper bound:

https://github.com/coi-gov-pl/puppet-jboss/blob/develop/metadata.json#L11-L13

To fix this issue, please specify an valid upper bound to module dependencies, using semver.org specification if possible.

@cardil
Copy link
Collaborator Author

cardil commented Dec 3, 2015

This has bean fixed in #24

@cardil cardil closed this as completed Dec 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant