-
Notifications
You must be signed in to change notification settings - Fork 110
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
Exception: NoMethodError: undefined method `times' for nil:NilClass #498
Labels
Comments
suyash-binary
added
Status: Untriaged
An issue that has yet to be triaged.
Type: Bug
Does not work as expected.
labels
Mar 24, 2020
At first I got this error
Later I tried to install
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version:
❯ knife --version
Chef Infra Client: 15.7.32
Environment:
Linux 5.3.0-7642-generic (Pop! OS)
Scenario:
Trying to execute some command on windows server using
knife winrm
Steps to Reproduce:
knife winrm "name:windows_test_node" "ipconfig" -x "Administrator" -P "password"
Expected Result:
To show output of
ipconfig
Actual Result:
The text was updated successfully, but these errors were encountered: