-
Notifications
You must be signed in to change notification settings - Fork 39
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
--bootstrap-version
flag isn't working
#67
Comments
@MATTSE |
@MATTSE We are able to reproduce the issue. It's not working for command line option but its working if you set this option in knife configuration file i.e. knife.rb, so use configuration file till we fix this issue for command line. Thanks. |
@MATTSE , fix has been merged in master branch. Please verify. |
@NimishaS I just tested this against master of this repo and it works! Thanks so much for fixing that. Are there any plans to do version releases of knife-google? I see the last version released was 1.3.1 on 4/28/2014. I'd like to lock down which version of knife-google I'm using, rather than just going off master. |
I'm using this knife plugin to set up GCE servers using chef. I require that a specific version (12.3.0) of chef-client is installed on the server nodes, because the latest version (12.4.0) breaks my cookbooks. So I attempted to add the
--bootstrap-version 12.3.0
flag to theknife google server create
command, but it doesn't work. The latest chef-client version (12.4.0) gets installed regardless of what I pass in. Here's the relevant console output:Notice how the
12.4.0
version of chef-client gets installed even though I specify--bootstrap-version 12.3.0
The text was updated successfully, but these errors were encountered: