You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use this option, specify a driver url of 'ssh:chef'
In support of above:
1. Some refactoring of driver.rb.
2. Fixes some warnings with gemspec.
3. Fixes tests for changed location of vagrant insecure key in vagrant 1.7+.
4. Updated readme for above and some out of date info.
Also fixeschef-boneyard#29 by using stored transport options if none specified, and
fixeschef-boneyard#25 so validation logic accepts windows :port
Tried using the example for WinRM in the README (edited for correct IP): https://github.com/chef/chef-provisioning-ssh/blame/master/README.md#L110-L118
My chef-client run errored with:
After debugging, I found the culprit is here: https://github.com/chef/chef-provisioning-ssh/blob/master/lib/chef/provisioning/ssh_driver/driver.rb#L222-L223
The
unless extra == :port
causes the validation error message to be suppressed, but the validation still fails (thevalid = false
on the next line).The text was updated successfully, but these errors were encountered: