-
Notifications
You must be signed in to change notification settings - Fork 203
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 should default to 'latest' if no version is specified #106
Comments
Not only that, but we maintain our own RPM repositories. As such, the version we typically want is indeed "latest", without any RPM iteration specified. Currently we can't configure the Grafana module this way on our EL6 machines, as the mandatory rpm_iteration parameter is "1" by default. We can set version to "latest" and rpm_iteration to blank, but then the module tries to install version "latest-" which doesn't work at all. In the end, we solved it by modifying install.pp:
If you create a pull request with a new version default to "latest", I'd suggest also including something like this. |
I think this has been fixed by voxpupuli#1. |
Cool! Thanks! I'll move to the voxpupuli one |
modulesync 1.9.1
modulesync 1.9.1
It seems there is no major issue with latest versions #94
I'd be happy to start a PR.
Thoughts?
The text was updated successfully, but these errors were encountered: