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

version parameter has no effect #52

Closed
everflux opened this issue Sep 2, 2015 · 3 comments
Closed

version parameter has no effect #52

everflux opened this issue Sep 2, 2015 · 3 comments

Comments

@everflux
Copy link

everflux commented Sep 2, 2015

When configuring with '2.1.3' the downloaded version is still '2.1.0' from the default parameters.

@shanemadden
Copy link

Just ran into this too - it's because $package_source is set inside params.pp, which uses the params.pp's $version. That should probably be done inside init.pp or install.pp instead, so the passed value will be respected. To work around it for now if you're using Hiera, you can override grafana::params::grafana_version.

@domingusj
Copy link

Could it be that the params.pp file has a hyphen instead of an underscore on lines 23 and 28? I was running into problems with the install and after changing the - to a _ I was able to install 2.1.3

@domingusj
Copy link

I apologize, my comment about the hypen/underscore is incorrect. What actually fixed my issue was deleting /tmp/grafana.deb and then puppet installed the new version correctly.

cegeka-jenkins pushed a commit to cegeka/puppet-grafana that referenced this issue Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants