We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v3.11.2
Windows Server 2012R2 Chef Client v4.10.9
Upgrade Chef Infra Client using the chef_client_updater cookbook.
chef_client_updater
Remove everything, but C:\opscode\chef\bin from your system PATH.
C:\opscode\chef\bin
PATH
I would expect mixlib-install to throw an exception OR add powershell.exe to the PATH (temporarily, not permanently).
It returns an array of Mixlib::Install::ArtifactInfo which include things for all OSes.
Mixlib::Install::ArtifactInfo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
v3.11.2
Environment:
Windows Server 2012R2
Chef Client v4.10.9
Scenario:
Upgrade Chef Infra Client using the
chef_client_updater
cookbook.Steps to Reproduce:
Remove everything, but
C:\opscode\chef\bin
from your systemPATH
.Expected Result:
I would expect mixlib-install to throw an exception OR add powershell.exe to the
PATH
(temporarily, not permanently).Actual Result:
It returns an array of
Mixlib::Install::ArtifactInfo
which include things for all OSes.The text was updated successfully, but these errors were encountered: