-
Notifications
You must be signed in to change notification settings - Fork 54
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
invalid version detection in install_command.ps1 #16
Comments
@jaym @smurawski can y'all have a look at this? I lifted the powershell code from kitchen I think. |
may be related to test-kitchen/test-kitchen#864 |
dissonanz
added a commit
to dissonanz/mixlib-install
that referenced
this issue
Oct 26, 2015
Yes it's the same. I had to refactor the split in order to stay within the command size limit, but this seems to work. |
dissonanz
added a commit
to dissonanz/mixlib-install
that referenced
this issue
Oct 26, 2015
Fix is in #21 |
Fixed in mixlib-install 0.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a chef-provisioning user
When I set chef_version in convergence_options to 12.5.1
Then I expect a node with 12.4.1 installed to upgraded to 12.5.1.
(If this needs to be a chef-provisioning ticket, let me know)
Suspecting something around
mixlib-install/support/install_command.ps1
Line 12 in 1461136
The text was updated successfully, but these errors were encountered: