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

cant override version in wrapper #19

Open
ghost opened this issue Apr 7, 2016 · 0 comments
Open

cant override version in wrapper #19

ghost opened this issue Apr 7, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 7, 2016

I'm trying to install grafana 3.0 beta2 wrapping your cookbook.

https://github.com/Nordstrom/grafana2-cookbook/blob/master/recipes/install.rb#L61
So you've set "allow downgrade" to true, which should let a wrapper cookbook to set node['grafana']['version'] and it will install whatever is specified

but yum currently thinks pre1 is the newest verison of grafana, not beta2, and so long as action is set to :upgrade, yum wont install beta2 because it sees it as an older version.

to fix this just set the action to :install.

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

0 participants